如何禁用BuddyPress顶级迷你管理栏 时间:2012-10-09 作者:Monirul Islam 我在我的网站上遇到adminbar问题。我的网站上安装了buddypress。我使用几行代码禁用了wordpress默认管理栏。但它仍然显示出我很肯定它来自buddypress。是否有简单的代码行可以删除顶部的管理栏?我不想使用插件。提前感谢您的帮助。 1 个回复 最合适的回答,由SO网友:Md Toufiqul Islam 整理而成 在config中编写此代码。php此文件位于根目录中。** THis Will Remove disgusting Buddypress Top Admin Bar. Add this line of code at last of the previous codes and you are done */ define( \'BP_DISABLE_ADMIN_BAR\', true ); 结束 文章导航