删除WordPress3.1+管理栏
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了删除WordPress3.1+管理栏相关的知识,希望对你有一定的参考价值。
Place this code in your themes `functions.php` file.
// remove 3.1 admin menu bar from frontend add_filter( 'show_admin_bar', '__return_false' );
以上是关于删除WordPress3.1+管理栏的主要内容,如果未能解决你的问题,请参考以下文章