隐藏Wordpress仪表板';帮助';选项卡
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了隐藏Wordpress仪表板';帮助';选项卡相关的知识,希望对你有一定的参考价值。
Add to bottom of your theme's functions.php file
// Hide admin help tab function hide_help() { echo '<style type="text/css"> #contextual-help-link-wrap { display: none !important; } </style>'; } add_action('admin_head', 'hide_help');
以上是关于隐藏Wordpress仪表板';帮助';选项卡的主要内容,如果未能解决你的问题,请参考以下文章
从WP-Geo-WordPress插件中删除CSSJS和/或仪表板小部件