Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Disable Admin Bar on Selected Blogs


Ivan Ong
Participant

@pinobolino

I tried to do this, but it doesn’t seem to work. can anyone help?

<?php
define ('BP_ROOT_BLOG', 2);
if (blog_id!=BP_ROOT_BLOG) {
remove_action( 'wp_footer', 'bp_core_admin_bar', 8 );
}
?>

Skip to toolbar