Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to disable the Admin-Bar in the Dashboard?


r-a-y
Keymaster

@r-a-y

Add this to your theme’s functions.php:

remove_action( 'admin_footer', 'bp_core_admin_bar' );

Skip to toolbar