Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Way to disable admin bar on certain themes?

The frontend action needs to look like this

remove_action( ‘wp_footer’, ‘bp_core_admin_bar’, 8 );

The backend one from above works.

Skip to toolbar