Disable the Admin Bar in WordPress

Disable the Admin Bar in WordPress

The WordPress Admin Bar enables quick access to a number of important features, such as the ability to create new posts and pages.

If you don't need it and want to get rid of it, just add the following code into your functions.php file.

add_filter( 'show_admin_bar', '__return_false' );        


要查看或添加评论,请登录

Milap Patel的更多文章

社区洞察

其他会员也浏览了