@philippmuenchen
14 years, 4 months ago
Hi! I would love to disable the Admin-Bar in the Dashboard. Did anyone found a solution for that?
Looking forward for an answer.
Greetings Philipp
@r-a-y
Add this to your theme’s functions.php:
remove_action( 'admin_footer', 'bp_core_admin_bar' );
Great! Thanks a lot…