• Hi,
    Just installed this plugin it does nothing.
    Adding define( ‘BP_DISABLE_ADMIN_BAR’, true ); to wp-config does remove the default admin bar.

Viewing 1 replies (of 1 total)
  • You should add this to you’re functions.php

    add_filter( 'show_admin_bar', '__return_false' );

Viewing 1 replies (of 1 total)
  • The topic ‘BuddyPress Sliding Login Panel broken with 3.2.1?’ is closed to new replies.