@since: BuddyPress 1.9.0
Description
bp_is_user_notifications()

Is this a user’s notifications page?

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

bp_is_notifications_component()

Check whether the current page is part of the Notifications component.

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

BP_Component::add_rewrite_rules()

Add any additional rewrite rules.

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

bp_{$this->id}_add_rewrite_rules

Fires in the add_rewrite_rules method inside BP_Component.

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

BP_Component::add_permastructs()

Add any permalink structures.

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

bp_{$this->id}_add_permastructs

Fires in the add_permastructs method inside BP_Component.

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

BP_Component::parse_query()

Allow components to parse the main query.

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

bp_{$this->id}_parse_query

Fires in the parse_query method inside BP_Component.

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

bp_{$this->id}_admin_nav

Filters the admin navigation passed into setup_admin_bar.

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

bp_before_login_widget_loggedin

Fires before the display of widget content if logged in.

Source: bp-core/classes/class-bp-core-login-widget.php:73