@since: BuddyPress 1.8.0 |
Description |
---|---|
BP_Group_Extension::is_screen_enabled() |
Is the specified screen enabled? |
BP_Group_Extension::get_screen_callback() |
Get the appropriate screen callback for the specified context/type. |
BP_Group_Extension::parse_args_r() |
Recursive argument parsing. |
BP_Group_Extension::call_edit_screen_template_loader() |
Load the template that houses the Edit screen. |
BP_Group_Extension::maybe_add_submit_button() |
Add a submit button to the edit form, if it needs one. |
BP_Group_Extension::has_submit_button() |
Does the given markup have a submit button? |
BP_Group_Extension::setup_admin_hooks() |
Hook this extension’s Admin metabox into BuddyPress, if necessary. |
BP_Group_Extension::call_admin_screen() |
Call the admin_screen() method, and add a nonce field. |
BP_Group_Extension::call_admin_screen_save() |
Check the nonce, and call the admin_screen_save() method. |
BP_Group_Extension::nonce_field() |
Generate the nonce fields for a settings form. |