wpseo_import_message, $yoast_seo_message

wpseo_import_message, $yoast_seo_message

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_import_message, $yoast_seo_message') is found 1 times:

  • /admin/views/tool-import-export.php line 70
    	 * Allow customization of import/export message.
    	 *
    	 * @param string $yoast_seo_msg The message.
    	 */
    	$yoast_seo_msg = apply_filters( 'wpseo_import_message', $yoast_seo_message );
    
    	if ( ! empty( $yoast_seo_msg ) ) {
    		$yoast_seo_status = 'error';
    		if ( $yoast_seo_import->status->status ) {
    			$yoast_seo_status = 'updated';
    		}