Allow turning off the admin bar via WP_SHOW_ADMIN_BAR constant, no_admin_bar() function, or show_admin_bar filter. see #14772

git-svn-id: https://develop.svn.wordpress.org/trunk@15834 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2010-10-18 17:58:36 +00:00
parent cdafd5fe89
commit 8b610e7c83
5 changed files with 33 additions and 6 deletions
+2
View File
@@ -6,6 +6,8 @@
* @subpackage Administration
*/
define('WP_SHOW_ADMIN_BAR' , false);
/** WordPress Administration Bootstrap */
require_once('./admin.php');