File: bp-core/classes/class-bp-component.php
Description
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

BP_Component::setup_canonical_stack()

Set up the canonical URL stack for this component.

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

BP_Component::setup_nav()

Set up component navigation.

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

bp_{$this->id}_setup_nav

Fires at the end of the setup_nav method inside BP_Component.

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

BP_Component::setup_admin_bar()

Set up the component entries in the WordPress Admin Bar.

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

bp_{$this->id}_admin_nav

Filters the admin navigation passed into setup_admin_bar.

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

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