Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Way to disable admin bar on certain themes?


Matthew Hui
Participant

@zazinteractive

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

Didn’t work for some reason. The css fix works though

Skip to toolbar