wpseo_importing_data

wpseo_importing_data

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

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('wpseo_importing_data') is found 1 times:

  • /src/integrations/admin/import-integration.php line 139
    		 * 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.