Re: remove admin-bar
HI
Thanks for the tip, it didn’t work though.
remove_action( ‘wp_footer’, ‘bp_core_admin_bar’, 8 );
remove_action( ‘admin_footer’, ‘bp_core_admin_bar’ );
remove_action( ‘wp_head’, ‘bp_core_admin_bar_css’, 1 );
do you have any idea of wear to put all the code, which particular file?