@since: BuddyPress 1.8.0 |
Description |
---|---|
BP_Group_Extension::is_screen_enabled() |
Is the specified screen enabled? |
BP_Group_Extension::setup_display_hooks() |
Hook this extension’s group tab into BuddyPress, if necessary. |
BP_Group_Extension::setup_create_hooks() |
Hook this extension’s Create step into BuddyPress, if necessary. |
BP_Group_Extension::maybe_create_screen() |
Call the create_screen() method, if we’re on the right page. |
BP_Group_Extension::maybe_create_screen_save() |
Call the create_screen_save() method, if we’re on the right page. |
BP_Group_Extension::setup_edit_hooks() |
Hook this extension’s Edit panel into BuddyPress, if necessary. |
BP_Group_Extension::call_edit_screen() |
Call the edit_screen() method. |
BP_Group_Extension::call_edit_screen_save() |
Check the nonce, and call the edit_screen_save() method. |
BP_Group_Extension::init() |
Initialize the extension, using your config settings. |
BP_Group_Extension::setup_class_info() |
Set up some basic info about the Extension. |