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::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. |