File: bp-core/classes/class-bp-component.php |
Description |
---|---|
BP_Component::setup_canonical_stack() |
Set up the canonical URL stack for this component. |
BP_Component::setup_nav() |
Set up component navigation. |
BP_Component::start() |
Component loader. |
BP_Component::setup_globals() |
Set up component global variables. |
bp_{$this->id}_slug |
Filters the slug to be used for the permalink URI chunk after root. |
bp_{$this->id}_root_slug |
Filters the slug used for root directory. |
bp_{$this->id}_has_directory |
Filters the component’s top-level directory if available. |
bp_{$this->id}_directory_title |
Filters the component’s directory title. |
bp_{$this->id}_search_string |
Filters the placeholder text for search inputs for component. |
bp_{$this->id}_notification_callback |
Filters the callable function that formats the component’s notifications. |