File: bp-groups/classes/class-bp-group-extension.php |
Description |
---|---|
BP_Group_Extension::_register() |
The main setup routine for the extension. |
BP_Group_Extension::setup_class_info() |
Set up some basic info about the Extension. |
BP_Group_Extension::get_group_id() |
Get the current group ID. |
BP_Group_Extension::get_default_screens() |
Gather configuration data about your screens. |
BP_Group_Extension::setup_screens() |
Set up screens array based on params. |
BP_Group_Extension::setup_access_settings() |
Set up access-related settings for this extension. |
BP_Group_Extension::user_meets_access_condition() |
Check whether the current user meets an access condition. |
BP_Group_Extension::settings_screen_save() | |
bp_register_group_extension() |
Register a new Group Extension. |
BP_Group_Extension |
API for creating group extensions without having to hardcode the content into the theme. |