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

Filters the slug used for root directory.

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

bp_{$this->id}_has_directory

Filters the component’s top-level directory if available.

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

bp_{$this->id}_directory_title

Filters the component’s directory title.

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

bp_{$this->id}_search_string

Filters the placeholder text for search inputs for component.

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

bp_{$this->id}_notification_callback

Filters the callable function that formats the component’s notifications.

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

bp_{$this->id}_setup_globals

Fires at the end of the setup_globals method inside BP_Component.

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

BP_Component::includes()

Include required files.

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

bp_{$this->id}_includes

Fires at the end of the includes method inside BP_Component.

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