@since: BuddyPress 2.0.0
Description
bp_is_groups_directory()

Is the current page the groups directory?

Source: bp-core/bp-core-template.php:2880

bp_is_user_settings_profile()

Is this a user’s profile settings?

Source: bp-core/bp-core-template.php:2730

bp_is_activity_directory()

Is the current page the activity directory?

Source: bp-core/bp-core-template.php:2332

bp_is_members_directory()

Is the current page the members directory?

Source: bp-core/bp-core-template.php:2371

bp_get_directory_title()

Get the directory title for a component.

Source: bp-core/bp-core-template.php:136

bp_get_directory_title

Filters the directory title for a component.

Source: bp-core/bp-core-template.php:156

bp_{$this->id}_meta_tables

Filters the global meta_tables for the component.

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

bp_{$this->id}_register_meta_tables

Fires at the end of the register_meta_tables method inside BP_Component.

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

bp_{$this->id}_register_global_tables

Fires at the end of the register_global_tables method inside BP_Component.

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

BP_Component::register_meta_tables()

Register component metadata tables.

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