wpseo_importing_data

wpseo_importing_data

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

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('wpseo_importing_data') is found 1 times:

  • /src/integrations/admin/import-integration.php line 139
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
         * Filter: 'wpseo_importing_data' Filter to adapt the data used in the import process.
         *
         * @param array $data The import data to adapt.
         */
        $data = \apply_filters( 'wpseo_importing_data', $data );
     
        $this->asset_manager->localize_script( 'import', 'yoastImportData', $data );
    }
     
    /**
     * Retrieves a list of the importing endpoints to use.