Functions |
Description |
|---|---|
| bp_get_groups_slug() |
Return the groups component slug. |
| bp_get_invite_post_type() |
Returns the name of the invite post type. |
| bp_get_invite_post_type_labels() |
Return labels used by the invite post type. |
| bp_get_invite_post_type_supports() |
Return array of features that the invite post type supports. |
| bp_get_invites_member_invite_url() |
Get email invite instructions text. |
| bp_get_invites_root_slug() |
Return the invites component root slug. |
| bp_get_invites_slug() |
Return the invites component slug. |
| bp_get_last_activity() |
Get the “active [x days ago]” string for a user. |
| bp_get_loggedin_user_avatar() |
Get the logged-in user’s avatar. |
| bp_get_loggedin_user_fullname() |
Get the logged-in user’s display name. |
| bp_get_loggedin_user_link() |
Get the link for the logged-in user’s profile. |
| bp_get_loggedin_user_nav() |
Render the navigation markup for the logged-in user. |
| bp_get_loggedin_user_username() |
Get the username of the logged-in user. |
| bp_get_maintenance_mode() |
Return the BuddyPress maintenance mode |
| bp_get_major_wp_version() |
Parse the WordPress core version number into the major release. |
| bp_get_max_thread_recipients_to_list() |
Get the max number of recipients to list in the ‘Conversation between. |
| bp_get_media_activity_id() |
Return the media activity ID. |
| bp_get_media_album_id() |
Return the media album ID. |
| bp_get_media_attachment_id() |
Return the media attachment ID. |
| bp_get_media_attachment_image() |
Return the media attachment. |
| bp_get_media_attachment_image_activity_thumbnail() |
Return the media attachment activity thumbnail. |
| bp_get_media_attachment_image_thumbnail() |
Return the media attachment thumbnail. |
| bp_get_media_author() |
Return the Media author name. |
| bp_get_media_blog_id() |
Return the media blog ID. |
| bp_get_media_count() |
Return the media count. |
| bp_get_media_date_created() |
Return the media date created. |
| bp_get_media_directory_permalink() |
Return media directory permalink. |
| bp_get_media_group_id() |
Return the media group ID. |
| bp_get_media_id() |
Return the media ID. |
| bp_get_media_link() |
Return the media link. |
| bp_get_media_load_more_link() |
Get the URL for the Load More link. |
| bp_get_media_pagination_count() |
Return the media pagination count. |
| bp_get_media_pagination_links() |
Return the media pagination links. |
| bp_get_media_parent_activity_id() |
Return the media parent activity id. |
| bp_get_media_per_page() |
Return the number of media per page. |
| bp_get_media_privacy() |
Return the media privacy. |
| bp_get_media_root_slug() |
Return the media component root slug. |
| bp_get_media_slug() |
Return the media component slug. |
| bp_get_media_title() |
Return the media title. |
| bp_get_media_user_id() |
Return the media user ID. |
| bp_get_media_visibility() |
Return the media visibility. |
| bp_get_member_activity_feed_link() |
Return the member activity feed link. |
| bp_get_member_avatar() |
Get a member’s avatar. |
| bp_get_member_class() |
Return the row class of the current member in the loop. |
| bp_get_member_invitation_message() |
Returns the body content of invite email. |
| bp_get_member_invitation_subject() |
Returns the subject of invite email. |
| bp_get_member_invites_wildcard_replace() |
Replaces the token, {{ }}, to it’s appropriate content dynamically. |
| bp_get_member_last_active() |
Return the current member’s last active time. |
| bp_get_member_latest_update() |
Get the latest update from the current member in the loop. |
| bp_get_member_link() |
Alias of {@link bp_get_member_permalink()}. |