在functions.php文件中添加以下代码:
//隐藏管理栏 if ( !current_user_can( 'manage_options' ) ) { add_filter('show_admin_bar', '__return_false'); } //隐藏管理栏