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_Component::register_global_tables() |
Register global tables for the component, so that it may use WordPress’s database API. |
| bp_{$this->id}_global_tables |
Filters the global tables for the component, so that it may use WordPress’ database API. |
| bp_{$this->id}_register_global_tables |
Fires at the end of the register_global_tables method inside BP_Component. |
| BP_Component::register_meta_tables() |
Register component metadata tables. |
| bp_{$this->id}_setup_actions |
Fires at the end of the setup_actions method inside BP_Component. |
| BP_Component::setup_canonical_stack() |
Set up the canonical URL stack for this component. |
| BP_Component::setup_nav() |
Set up component navigation. |
| bp_{$this->id}_setup_nav |
Fires at the end of the setup_nav method inside BP_Component. |