@since: BuddyPress 2.1.0 |
Description |
---|---|
bp_new_user_email_content |
Filter the email text sent when a user changes emails. |
bp_get_the_post_class() |
Customizes the post CSS class according to BuddyPress content. |
bp_is_directory |
Filters whether or not user is on a component directory 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_active |
Filters whether or not a given component has been activated by the admin. |
bp_is_current_item |
Filters whether or not an item is the current item. |
bp_is_single_item |
Filters whether or not an item is the a single item. (group, user, etc) |
bp_is_item_admin |
Filters whether or not the logged-in user is an admin for the current item. |
bp_is_item_mod |
Filters whether or not the logged-in user is a mod for the current item. |
BP_Component::setup_canonical_stack() |
Set up the canonical URL stack for this component. |