File: bp-core/classes/class-bp-component.php |
Description |
|---|---|
| BP_Component::add_permastructs() |
Add any permalink structures. |
| bp_{$this->id}_add_permastructs |
Fires in the add_permastructs method inside BP_Component. |
| BP_Component::parse_query() |
Allow components to parse the main query. |
| bp_{$this->id}_parse_query |
Fires in the parse_query method inside BP_Component. |
| BP_Component::generate_rewrite_rules() |
Generate any additional rewrite rules. |
| bp_{$this->id}_meta_tables |
Filters the global meta_tables for the component. |
| bp_{$this->id}_register_meta_tables |
Fires at the end of the register_meta_tables method inside BP_Component. |
| BP_Component::setup_canonical_stack() |
Set up the canonical URL stack for this component. |
| BP_Component::setup_nav() |
Set up component navigation. |
| bp_{$this->id}_setup_nav |
Fires at the end of the setup_nav method inside BP_Component. |