status instanceof WPSEO_Import_Status ) { $message = $import->status->get_msg(); } /** * Allow customization of import/export message. * * @api string $msg The message. */ $msg = apply_filters( 'wpseo_import_message', $message ); if ( ! empty( $msg ) ) { $status = 'error'; if ( $import->status->status ) { $status = 'updated'; } echo '
'; } } $tabs = array( 'wpseo-import' => array( 'label' => __( 'Import settings', 'wordpress-seo' ), 'screencast_video_url' => WPSEO_Shortlinker::get( 'https://yoa.st/screencast-tools-import-export' ), ), 'wpseo-export' => array( 'label' => __( 'Export settings', 'wordpress-seo' ), 'screencast_video_url' => WPSEO_Shortlinker::get( 'https://yoa.st/screencast-tools-import-export' ), ), 'import-seo' => array( 'label' => __( 'Import from other SEO plugins', 'wordpress-seo' ), 'screencast_video_url' => WPSEO_Shortlinker::get( 'https://yoa.st/screencast-tools-import-export' ), ), ); ?>