File: bp-core/classes/class-bp-admin-tab.php |
Description |
---|---|
BP_Admin_Tab::render_input_field_html() |
Output the input field html based on the arguments |
BP_Admin_Tab::render_checkbox_field_html() |
Output the checkbox field html based on the arguments |
BP_Admin_Tab::render_select_field_html() |
Output the select field html based on the arguments |
BP_Admin_Tab::render_input_description() | |
BP_Admin_Tab::is_saving() |
Determine whether current request is saving on the current tab |
BP_Admin_Tab::settings_save() |
Method to save the fields |
BP_Admin_Tab::settings_saved() |
Method trigger after data are saved |
BP_Admin_Tab::get_active_tab() |
Method that should return the current active tab |
BP_Admin_Tab::is_tab_visible() |
Return if the tab should be visible. Default to if there’s any setting fields |
BP_Admin_Tab::has_fields() |
Return if this tab has setting fields |