File: bp-core/classes/class-bp-component.php |
Description |
---|---|
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::register_post_types() |
Set up the component post types. |
bp_{$this->id}_register_post_types |
Fires in the register_post_types method inside BP_Component. |
BP_Component::register_taxonomies() |
Register component-specific taxonomies. |
bp_{$this->id}_register_taxonomies |
Fires in the register_taxonomies method inside BP_Component. |
BP_Component::add_rewrite_tags() |
Add any additional rewrite tags. |
bp_{$this->id}_setup_admin_bar |
Fires at the end of the setup_admin_bar method inside BP_Component. |
BP_Component::setup_title() |
Set up the component title. |
bp_{$this->id}_setup_title |
Fires in the setup_title method inside BP_Component. |