wpseo_handle_import, $yoast_seo_import

wpseo_handle_import, $yoast_seo_import

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_handle_import, $yoast_seo_import') is found 1 times:

  • /admin/views/tool-import-export.php line 56
     * Allow custom import actions.
     *
     * @param WPSEO_Import_Status $yoast_seo_import Contains info about the handled import.
     */
    $yoast_seo_import = apply_filters( 'wpseo_handle_import', $yoast_seo_import );
    
    if ( $yoast_seo_import ) {
    
    	$yoast_seo_message = '';
    	if ( $yoast_seo_import->status instanceof WPSEO_Import_Status ) {
    		$yoast_seo_message = $yoast_seo_import->status->get_msg();