File: bp-core/classes/class-bp-admin-tab.php |
Description |
---|---|
BP_Admin_Tab::get_input_value() | |
BP_Admin_Tab::bp_custom_do_settings_sections() |
Prints out all settings sections added to a particular settings page |
BP_Admin_Tab::bp_custom_do_settings_fields() |
Print out the settings fields for a particular settings section |
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::get_input_name() | |
BP_Admin_Tab::get_input_id() | |
BP_Admin_Tab::add_section() |
Add a wp setting section into current tab. Chainable |
BP_Admin_Tab::add_field() |
Add a wp setting field to a wp setting section. Chainable |