- This topic has 3 replies, 2 contibutors, and was last updated 9 years, 1 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Question
Answers
Viewing 4 posts - 1 through 4 (of 4 total)
- The question ‘Docs tab’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Docs tab
Why is there a Docs tab on profiles when I activate Boss? I have no plugins other than BP, Global Search, and Edit Activity installed.
Tab is not present with Twenty Fifteen activated.
Something missed in testing?
Thanks,
Paul.
Hey @style960
It is also fixed and i have also pasted temp solution multiple times in forums 🙂
It will also pushed in next update.
add_action( 'init' , 'bb_remove_docs_tab' , 15 );
function bb_remove_docs_tab() {
if(!is_plugin_active( 'buddypress-docs/loader.php' ) ) {
remove_action('template_redirect', 'bb_child_doc_menu_count_tabs', 999);
}
}
Regards
Varun Dubey
@vapvarun I won’t need the temp fix but good to hear it’s fixed. Surprised such obvious errors aren’t picked up in testing though.
ya that’s was mistake and which we realize after release.
Regards