一行代码彻底移除WordPress默认的顶部工具条(admin bar),将以下代码放到主题”functions.php”中即可。

   add_filter('show_admin_bar', '__return_false');