File: bp-core/classes/class-bp-component.php
Description
bp_{$this->id}_setup_admin_bar

Fires at the end of the setup_admin_bar method inside BP_Component.

Source: bp-core/classes/class-bp-component.php:606

BP_Component::setup_title()

Set up the component title.

Source: bp-core/classes/class-bp-component.php:614

bp_{$this->id}_setup_title

Fires in the setup_title method inside BP_Component.

Source: bp-core/classes/class-bp-component.php:623

BP_Component::setup_cache_groups()

Setup component-specific cache groups.

Source: bp-core/classes/class-bp-component.php:631

bp_{$this->id}_setup_cache_groups

Fires in the setup_cache_groups method inside BP_Component.

Source: bp-core/classes/class-bp-component.php:640

BP_Component::register_global_tables()

Register global tables for the component, so that it may use WordPress’s database API.

Source: bp-core/classes/class-bp-component.php:650

bp_{$this->id}_global_tables

Filters the global tables for the component, so that it may use WordPress’ database API.

Source: bp-core/classes/class-bp-component.php:661

bp_{$this->id}_register_global_tables

Fires at the end of the register_global_tables method inside BP_Component.

Source: bp-core/classes/class-bp-component.php:680

BP_Component::register_meta_tables()

Register component metadata tables.

Source: bp-core/classes/class-bp-component.php:693

bp_{$this->id}_setup_actions

Fires at the end of the setup_actions method inside BP_Component.

Source: bp-core/classes/class-bp-component.php:475