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