wpseo_indexing_data

wpseo_indexing_data

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('wpseo_indexing_data') is found 2 times:

  • /src/integrations/admin/first-time-configuration-integration.php line 167
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    * Filter: 'wpseo_indexing_data' Filter to adapt the data used in the indexing process.
     *
     * @param array $data The indexing data to adapt.
     */
    $data = \apply_filters( 'wpseo_indexing_data', $data );
     
    $this->admin_asset_manager->localize_script( 'indexation', 'yoastIndexingData', $data );
     
    $person_id       = $this->get_person_id();
    $social_profiles = $this->get_social_profiles();
  • /src/integrations/admin/indexing-tool-integration.php line 167
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
         * Filter: 'wpseo_indexing_data' Filter to adapt the data used in the indexing process.
         *
         * @param array $data The indexing data to adapt.
         */
        $data = \apply_filters( 'wpseo_indexing_data', $data );
     
        $this->asset_manager->localize_script( 'indexation', 'yoastIndexingData', $data );
    }
     
    /**
     * The error to show if optimization failed.