Re: bp 1.2 setup questions
define(‘BP_DISABLE_ADMIN_BAR’, true);
found it and it works, although in the admin area it still leaves the blank area where the bar was
remove_action( ‘wp_head’, ‘bp_core_admin_bar_css’, 1 );
did not remove the blank area as expected