File: bp-core/classes/class-bp-component.php |
Description |
---|---|
bp_{$this->id}_setup_nav |
Fires at the end of the setup_nav method inside BP_Component. |
BP_Component::setup_admin_bar() |
Set up the component entries in the WordPress Admin Bar. |
bp_{$this->id}_admin_nav |
Filters the admin navigation passed into setup_admin_bar. |
bp_{$this->id}_setup_admin_bar |
Fires at the end of the setup_admin_bar method inside BP_Component. |
BP_Component::setup_title() |
Set up the component title. |
bp_{$this->id}_setup_title |
Fires in the setup_title method inside BP_Component. |
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. |