', esc_html( $yoast_seo_msg ), '
';
}
}
$yoast_seo_tabs = [
'wpseo-import' => [
'label' => __( 'Import settings', 'wordpress-seo' ),
],
'wpseo-export' => [
'label' => __( 'Export settings', 'wordpress-seo' ),
],
'import-seo' => [
'label' => __( 'Import from other SEO plugins', 'wordpress-seo' ),
],
];
?>
', esc_attr( $identifier ) );
require_once WPSEO_PATH . 'admin/views/tabs/tool/' . $identifier . '.php';
echo '
';
}
/**
* Allow adding a custom import tab.
*/
do_action( 'wpseo_import_tab_content' );