@cawoodm
15 years, 6 months ago
Sadly, neither is this:
apply_filters( ‘bp_admin_bar_logo_src’, ‘my_admin_bar_logo_src’);
function my_admin_bar_logo_src($a) {return ‘/blank.gif’;}
I agree, remove_action( ‘bp_adminbar_logo’, ‘bp_adminbar_logo’ ); is not working in the latest BP. This must be a bug.