Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: is there someone working on the BP_USE_WP_ADMIN_BAR thing???


pcwriter
Participant

@pcwriter

@nexia

If all you want to do is replace the bp-adminbar with the new WP version, simply add this to your functions.php file:

`remove_action( ‘wp_footer’, ‘bp_core_admin_bar’, 8 );
remove_action( ‘admin_footer’, ‘bp_core_admin_bar’);
show_admin_bar(true);`

Skip to toolbar