Namespaces: global |
Description |
|---|---|
| bp_is_single_item() |
Are we looking at a single item? (group, user, etc). |
| bp_is_item_admin() |
Is the logged-in user an admin for the current item? |
| bp_is_item_mod() |
Is the logged-in user a mod for the current item? |
| bp_loggedin_user_id() |
Get the ID of the currently logged-in user. |
| bp_is_current_component() |
Check to see whether the current page belongs to the specified component. |
| bp_is_current_action() |
Check to see whether the current page matches a given action. |
| bp_is_action_variable() |
Check to see whether the current page matches a given action_variable. |
| bp_get_root_slug() |
Get the root slug for given component. |
| bp_get_name_from_root_slug() |
Return the component name based on a root slug. |
| bp_user_has_access() |
Returns whether or not a user has access. |