@since: BuddyPress 2.0.0 |
Description |
---|---|
bp_is_groups_directory() |
Is the current page the groups directory? |
bp_is_user_settings_profile() |
Is this a user’s profile settings? |
bp_is_activity_directory() |
Is the current page the activity directory? |
bp_is_members_directory() |
Is the current page the members directory? |
bp_get_directory_title() |
Get the directory title for a component. |
bp_get_directory_title |
Filters the directory title for a component. |
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_{$this->id}_register_global_tables |
Fires at the end of the register_global_tables method inside BP_Component. |
BP_Component::register_meta_tables() |
Register component metadata tables. |