File: bp-groups/classes/class-bp-group-extension.php |
Description |
|---|---|
| BP_Group_Extension::__get() |
Provide access to otherwise unavailable object properties. |
| BP_Group_Extension::__isset() |
Provide a fallback for isset( $this->foo ) when foo is unavailable. |
| BP_Group_Extension::__set() |
Allow plugins to set otherwise unavailable object properties. |
| BP_Group_Extension::get_legacy_property_list() |
Return a list of legacy properties. |
| BP_Group_Extension::parse_legacy_properties() |
Parse legacy properties. |
| BP_Group_Extension::setup_legacy_properties() |
Set up legacy properties. |
| 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. |