Re: What Is this after my footer?
realfam, it has to be these two lines:
remove_action( ‘wp_footer’, ‘bp_core_admin_bar’, 8 );
remove_action( ‘admin_footer’, ‘bp_core_admin_bar’ );
The bp menu bar has changed since you last looked at the code. I don’t think it will work without specifying a priority with the ‘8’. I don’t know when the priority thing snuck in. Probably sometime in the past week.
I didn’t look at unhooking the css.