wpseo_integration_toggles

wpseo_integration_toggles

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('wpseo_integration_toggles') is found 1 times:

  • /admin/views/class-yoast-integration-toggles.php line 97
    		 *
    		 * @param array $integration_toggles Array with integration toggle objects where each object
    		 *                                   should have a `name`, `setting` and `label` property.
    		 */
    		$integration_toggles = apply_filters( 'wpseo_integration_toggles', $integration_toggles );
    
    		$integration_toggles = array_map( [ $this, 'ensure_toggle' ], $integration_toggles );
    		usort( $integration_toggles, [ $this, 'sort_toggles_callback' ] );
    
    		return $integration_toggles;
    	}
    

See this hook used in plugins: