File: bp-core/bp-core-template.php |
Description |
---|---|
bp_is_members_component() |
Check whether the current page is part of the Members component. |
bp_is_profile_component() |
Check whether the current page is part of the Profile 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_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_component_front_page() |
Check if the specified BuddyPress component directory is set to be the front page. |