@since: BuddyPress 1.5.0 |
Description |
---|---|
bp_is_root_component() |
Check to see if a component’s URL should be in the root, not under a member page. |
bp_is_component_front_page() |
Check if the specified BuddyPress component directory is set to be the front page. |
bp_is_component_front_page |
Filters whether or not the specified BuddyPress component directory is set to be the front page. |
bp_is_blog_page |
Filters whether or not current page is a blog page or not. |
bp_is_item_mod() |
Is the logged-in user a mod for the current item? |
bp_is_current_item() |
Check against the current_item. |
bp_is_item_admin() |
Is the logged-in user an admin for the current item? |
bp_is_current_component() |
Check to see whether the current page belongs to the specified component. |
bp_is_current_component |
Filters whether the current page belongs to the specified component. |
bp_is_current_action() |
Check to see whether the current page matches a given action. |