@since: BuddyPress 1.9.0 |
Description |
---|---|
bp_is_user_notifications() |
Is this a user’s notifications page? |
bp_is_notifications_component() |
Check whether the current page is part of the Notifications component. |
BP_Component::add_rewrite_rules() |
Add any additional rewrite rules. |
bp_{$this->id}_add_rewrite_rules |
Fires in the add_rewrite_rules method inside BP_Component. |
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_{$this->id}_admin_nav |
Filters the admin navigation passed into setup_admin_bar. |
BP_Core_Login_Widget::widget() |
Display the login widget. |