css Wordpress:隐藏yoast seo设置用户配置文件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css Wordpress:隐藏yoast seo设置用户配置文件相关的知识,希望对你有一定的参考价值。

add_action('admin_head', 'lubus_hide_yoast_profile');

function lubus_hide_yoast_profile() {
  echo '<style>
          form#your-profile h3#wordpress-seo,
          form#your-profile h3#wordpress-seo + table {
               display: none;
          }
        </style>';
}
<?
// Register Style
function lubus_admin_style() {
	wp_register_style( 'admin-style', get_template_directory_uri() .'/admin.css', false, '1.0' );
	wp_enqueue_style( 'admin-style' );
}

// Hook into the 'admin_enqueue_scripts' action
add_action( 'admin_enqueue_scripts', 'lubus_admin_style' );
?>
form#your-profile h3#wordpress-seo,
form#your-profile h3#wordpress-seo + table {
     display: none;
}

以上是关于css Wordpress:隐藏yoast seo设置用户配置文件的主要内容,如果未能解决你的问题,请参考以下文章

php 显示主要类别(Yoast的WordPress SEO)

php 显示主要类别(Yoast的WordPress SEO)

php 显示主要类别(Yoast的WordPress SEO)

php 覆盖面包屑 - Yoast SEO WordPress插件

Yoast WordPress SEO Ajax前端更新程序

修改 Wordpress 搜索功能以配合 Yoast SEO