Created
April 15, 2015 03:57
-
-
Save slushman/115c3fb781a921a9f593 to your computer and use it in GitHub Desktop.
Remove BuddyPress Admin Bar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Add this line to your wp-config.php file. I put it right above the "Authentication Unique Keys and Salts." comment block. | |
*/ | |
/** Disable the WP Admin Bar */ | |
define('BP_DISABLE_ADMIN_BAR', true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment