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.24.8.1

apply_filters('wpseo_integration_toggles') is found 1 times:

  • /admin/views/class-yoast-integration-toggles.php line 97
    093
    094
    095
    096
    097
    098
    099
    100
    101
    102
    103
         *
         * @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: