File: bp-groups/classes/class-bp-group-extension.php |
Description |
---|---|
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::setup_display_hooks() |
Hook this extension’s group tab into BuddyPress, if necessary. |
BP_Group_Extension::_display_hook() |
Hook the main display method, and loads the template file. |
bp_core_template_plugin |
Filters the template to load for the main display method. |
BP_Group_Extension::call_display() |
Call the display() method. |