@since: BuddyPress 1.5.0
Description
BP_Component

BuddyPress Component Class.

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

BP_Component::start()

Component loader.

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

BP_Component::setup_globals()

Set up component global variables.

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

bp_{$this->id}_slug

Filters the slug to be used for the permalink URI chunk after root.

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

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}_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