@since: BuddyBoss 1.0.0
Description
BP_Admin_Tab::add_field()

Add a wp setting field to a wp setting section. Chainable

Source: bp-core/classes/class-bp-admin-tab.php:280

BP_Admin_Tab::add_input_field()

Alias to add input text box field

Source: bp-core/classes/class-bp-admin-tab.php:296

BP_Admin_Tab::register_fields()

Register setting fields belong to this group

Source: bp-core/classes/class-bp-admin-tab.php:130

BP_Admin_Tab::maybe_save_admin_settings()

Save the fields if it’s form post request

Source: bp-core/classes/class-bp-admin-tab.php:139

BP_Admin_Tab::is_saving()

Determine whether current request is saving on the current tab

Source: bp-core/classes/class-bp-admin-tab.php:158

BP_Admin_Tab::settings_save()

Method to save the fields

Source: bp-core/classes/class-bp-admin-tab.php:182

BP_Admin_Tab::settings_saved()

Method trigger after data are saved

Source: bp-core/classes/class-bp-admin-tab.php:200

BP_Admin_Tab::get_active_tab()

Method that should return the current active tab

Source: bp-core/classes/class-bp-admin-tab.php:207

BP_Admin_Tab::is_tab_visible()

Return if the tab should be visible. Default to if there’s any setting fields

Source: bp-core/classes/class-bp-admin-tab.php:214

BP_Admin_Tab::has_fields()

Return if this tab has setting fields

Source: bp-core/classes/class-bp-admin-tab.php:223