File: bp-groups/classes/class-bp-group-extension.php |
Description |
---|---|
BP_Group_Extension::parse_legacy_properties() |
Parse legacy properties. |
BP_Group_Extension::setup_legacy_properties() |
Set up legacy properties. |
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::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. |