BuddyPress
- bp_is_profile
- Used to determine if the current page is a profile page.
- Returns:
- TRUE if current page is a profile page
- FALSE otherwise
- bp_is_activity
- Used to determine if the current page is the activity page
- Returns:
- TRUE if current page is the activity page
- FALSE otherwise
- bp_is_blogs
- Used to determine if the current page is the blogs page
- Returns:
- TRUE if current page is the blogs page
- FALSE otherwise
- bp_is_wire
- Used to determine if the current page is a wire page.
- Returns:
- TRUE if current page is a wire page
- FALSE otherwise
- bp_is_messages
- Used to determine if the current page is a messages page.
- Returns:
- TRUE if current page is a messages page
- FALSE otherwise
- bp_is_friends
- Used to determine if the current page is a friends page.
- Returns:
- TRUE if current page is a friends page
- FALSE otherwise
- bp_is_groups
- Used to determine if the current page is the groups page.
- Returns:
- TRUE if current page is the groups page
- FALSE otherwise
- bp_is_settings
- Used to determine if the current page is the user settings page.
- Returns:
- TRUE if current page is the user settings page page
- FALSE otherwise
- bp_is_my_activity
- Used to determine if the current page is the my activity page.
- Returns:
- TRUE if current page is the my activity page
- FALSE otherwise
- bp_is_friends_activity
- Used to determine if the current page is a friends activity page.
- Returns:
- TRUE if current page is a friends activity page
- FALSE otherwise
- bp_is_profile_edit
- Used to determine if the current page is the profile edit page
- Returns:
- TRUE if current page is the profile edit page
- FALSE otherwise
- bp_is_change_avatar
- Used to determine if the current page is the change avatar page.
- Returns:
- TRUE if current page is the change avatar page
- FALSE otherwise
- bp_is_profile_wire
- Used to determine if the current page is a profile wire page.
- Returns:
- TRUE if current page is a profile wire page
- FALSE otherwise
- bp_is_group_home
- Used to determine if the current page is a group homepage.
- Returns:
- TRUE if current page is a group homepage
- FALSE otherwise
- bp_is_group_create
- Used to determine if the current page is a group create page.
- Returns:
- TRUE if current page is a group create page
- FALSE otherwise
- bp_is_group_admin_page
- Used to determine if the current page is a group admin page.
- Returns:
- TRUE if current page is a group admin page
- FALSE otherwise
- bp_is_group_wire
- Used to determine if the current page is a group wire page.
- Returns:
- TRUE if current page is a group wire page
- FALSE otherwise
- bp_is_group_forum
- Used to determine if the current page is a group forum page.
- Returns:
- TRUE if current page is a group forum page
- FALSE otherwise
- bp_is_group_forum_topic
- Used to determine if the current page is a group form topic page.
- Returns:
- TRUE if current page is a group forum topic page
- FALSE otherwise
- bp_is_group_members
- Used to determine if the current page is a group members page.
- Returns:
- TRUE if current page is a group members page
- FALSE otherwise
- bp_is_group_invites
- Used to determine if the current page is a group invite page.
- Returns:
- TRUE if current page is a group invite page
- FALSE otherwise
- bp_is_group_leave
- Used to determine if the current page is a \’leave the group\’ page.
- Returns:
- TRUE if current page is a \’leave the group\’ page
- FALSE otherwise
- bp_is_my_blogs
- Used to determine if the current page is the my blogs page.
- Returns:
- TRUE if current page is the my blogs page
- FALSE otherwise
- bp_is_recent_posts
- Used to determine if the current page is the recent posts page.
- Returns:
- TRUE if current page is the recent posts page
- FALSE otherwise
- bp_is_recent_comments
- Used to determine if the current page is the recent comments page.
- Returns:
- TRUE if current page is the recent comments page
- FALSE otherwise
- bp_is_create_blog
- Used to determine if the current page is the \’create a blog\’ page.
- Returns:
- TRUE if current page is \’create a blog\’ page
- FALSE otherwise
- bp_is_friends_screen
- Used to determine if the current page is the friends page.
- Returns:
- TRUE if current page is the friends page
- FALSE otherwise
- bp_is_friend_requests
- Used to determine if the current page is the friend requests page.
- Returns:
- TRUE if current page is the friend requests page
- FALSE otherwise
- bp_is_inbox
- Used to determine if the current page is the messages inbox page.
- Returns:
- TRUE if current page the messages inbox page
- FALSE otherwise
- bp_is_sentbox
- Used to determine if the current page is the messages sentbox page.
- Returns:
- TRUE if current page is the messages sentbox page
- FALSE otherwise
- bp_is_notices
- Used to determine if the current page is the notices page.
- Returns:
- TRUE if current page is the notices page
- FALSE otherwise
- bp_is_compose_screen
- Used to determine if the current page is the message compose page.
- Returns:
- TRUE if current page is the message compose page
- FALSE otherwise
- bp_is_site_item
- Used to determine if it is a site_item (TODO: need more info).
- Returns:
- TRUE if is a site item
- FALSE otherwise
Popularity: 14% [?]


