File: bp-groups/classes/class-bp-group-extension.php |
Description |
---|---|
BP_Group_Extension::parse_args_r() |
Recursive argument parsing. |
bp_group_extension_edit_screen_save_redirect |
Filters the URL to redirect to after group edit screen save. |
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::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. |