Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Show BP Admin Bar while in wp-admin ONLY and hide it in the rest of the site.


imjscn
Participant

@imjscn

@pcwriter , can I use your code to remove adminbar from dashboard? I tried the following 3 modifications, neither of them works:
`if( is_admin())
remove_action( ‘wp_footer’, ‘bp_core_admin_bar’, 8 );`
or
`if( is_admin())
remove_action( ‘admin_footer’, ‘bp_core_admin_bar’, 8 );`
or
`add_action(‘bp_loaded’, ‘remove_adminbar_from_dashboard );`

Skip to toolbar