bp_forums_admin_forums_listing_add_tab()
Add Navigation tab on top of the page BuddyBoss > Forums Templates
Description
Source
File: bp-forums/admin.php
function bp_forums_admin_forums_listing_add_tab() { global $pagenow, $current_screen; if ( ( $current_screen->post_type == bbp_get_forum_post_type() && $pagenow == 'edit.php' ) || ( $current_screen->post_type == bbp_get_forum_post_type() && $pagenow == 'post-new.php' ) || ( $current_screen->post_type == bbp_get_forum_post_type() && $pagenow == 'post.php' ) ) { ?> <div class="wrap"> <h2 class="nav-tab-wrapper"><?php bp_core_admin_forums_tabs( __( 'Forums', 'buddyboss' ) ); ?></h2> </div> <?php } }
Changelog
Version | Description |
---|---|
BuddyBoss 1.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.