File: bp-core/bp-core-template.php |
Description |
|---|---|
| is_buddypress() |
Is this a BuddyPress component? |
| is_buddypress |
Filters whether or not this is a BuddyPress component. |
| bp_is_active() |
Check whether a given component (or feature of a component) is active. |
| bp_is_{$component}_{$feature}_active |
Filters whether or not a given feature for a component is active. |
| bp_is_active |
Filters whether or not a given component has been activated by the admin. |
| bp_is_item_mod |
Filters whether or not the logged-in user is a mod for the current item. |
| bp_is_current_item() |
Check against the current_item. |
| bp_is_current_item |
Filters whether or not an item is the current item. |
| bp_is_single_item() |
Are we looking at a single item? (group, user, etc). |
| bp_is_single_item |
Filters whether or not an item is the a single item. (group, user, etc) |