Skip to content

Instantly share code, notes, and snippets.

@slushman
Created April 15, 2015 03:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slushman/115c3fb781a921a9f593 to your computer and use it in GitHub Desktop.
Save slushman/115c3fb781a921a9f593 to your computer and use it in GitHub Desktop.
Remove BuddyPress Admin Bar
/*
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