How to re-enable admin bar with Buddypress active? (BP bar removed) [closed]

In your wp-config.php, put this:

define( 'BP_USE_WP_ADMIN_BAR', true );

Note you must put it in wp-config.php, I had it in functions.php first and it did not work.

Leave a Comment