File: bp-groups/classes/class-bp-group-extension.php |
Description |
---|---|
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? |
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_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. |