Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BP1.2.8 and the WP 3.1 Admin Bar


Ashley Laing
Participant

@ashleylaing

Thanks @r-a-y

The combination of the 2 setting did the trick.

/* Remove the BuddyPress Admin bar */
define(‘BP_DISABLE_ADMIN_BAR’, true);

/* Remove the WordPress Admin bar */
add_filter( ‘show_admin_bar’, ‘__return_false’ );

Thanks again.

Skip to toolbar