File: bp-groups/classes/class-bp-group-extension.php |
Description |
---|---|
BP_Group_Extension::user_can_visit() |
Determine whether the current user has access to visit this tab. |
BP_Group_Extension::group_access_protection() |
Filter the access check in bp_groups_group_access_protection() for this extension. |
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. |