bp_core_get_admin_active_tab_object()

Get the object of the current setting tab

Description

Source

File: bp-core/admin/bp-core-admin-functions.php

717
718
719
720
721
function bp_core_get_admin_active_tab_object() {
    global $bp_admin_setting_tabs;
 
    return $bp_admin_setting_tabs[bp_core_get_admin_active_tab()];
}

Changelog

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.