File: bp-core/classes/class-bp-component.php |
Description |
---|---|
BP_Component::setup_cache_groups() |
Setup component-specific cache groups. |
bp_{$this->id}_setup_cache_groups |
Fires in the setup_cache_groups method inside BP_Component. |
bp_{$this->id}_setup_globals |
Fires at the end of the setup_globals method inside BP_Component. |
BP_Component::includes() |
Include required files. |
bp_{$this->id}_includes |
Fires at the end of the includes method inside BP_Component. |
BP_Component::late_includes() |
Late includes method. |
BP_Component::setup_actions() |
Set up the actions. |
BP_Component |
BuddyPress Component Class. |
BP_Component::start() |
Component loader. |
BP_Component::setup_globals() |
Set up component global variables. |