File: bp-core/bp-core-template.php |
Description |
---|---|
bp_is_active |
Filters whether or not a given component has been activated by the admin. |
bp_is_directory() |
Is this a component directory page? |
bp_is_directory |
Filters whether or not user is on a component directory page. |
bp_is_root_component() |
Check to see if a component’s URL should be in the root, not under a member page. |
bp_is_root_component |
Filters whether or not a component’s URL should be in the root, not under a member page. |
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) |
bp_is_item_admin() |
Is the logged-in user an admin for the current item? |