File: bp-groups/classes/class-bp-group-extension.php |
Description |
|---|---|
| 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::detect_post_save_redirect() |
Detect redirects hardcoded into edit_screen_save() callbacks. |
| 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::_meta_box_display_callback() |
Create the Dashboard meta box for this extension. |
| BP_Group_Extension::nonce_field() |
Generate the nonce fields for a settings form. |
| BP_Group_Extension::check_nonce() |
Check the nonce on a submitted settings form. |
| BP_Group_Extension::is_screen_enabled() |
Is the specified screen enabled? |