Functions |
Description |
|---|---|
| bp_get_member_name() |
Get the display name of the current member in the loop. |
| bp_get_member_permalink() |
Get the permalink for the current member in the loop. |
| bp_get_member_profile_data() |
Get a piece of user profile data. |
| bp_get_member_registered() |
Get the ‘registered [x days ago]’ string for the current member. |
| bp_get_member_total_friend_count() |
Return the friend count for the current member in the loop. |
| bp_get_member_type() |
Get type for a member. |
| bp_get_member_type_by_wp_role() |
Get members by role. |
| bp_get_member_type_directory_permalink() |
Return profile type directory permalink. |
| bp_get_member_type_key() |
Return profile type key. |
| bp_get_member_type_object() |
Retrieve a profile type object by name. |
| bp_get_member_type_post_type() |
Returns the name of the profile type post type. |
| bp_get_member_type_post_type_labels() |
Return labels used by the profile type post type. |
| bp_get_member_type_post_type_supports() |
Return array of features that the profile type post type supports. |
| bp_get_member_type_tax_name() |
Return the slug of the profile type taxonomy. |
| bp_get_member_types() |
Get a list of all registered profile type objects. |
| bp_get_member_user_email() |
Get the email address of the current member in the loop. |
| bp_get_member_user_id() |
Get the ID of the current member in the loop. |
| bp_get_member_user_login() |
Get the login of the current member in the loop. |
| bp_get_member_user_nicename() |
Get the nicename of the current member in the loop. |
| bp_get_members_component_link() |
Generate a link to a members component subpage. |
| bp_get_members_directory_permalink() |
Return member directory permalink. |
| bp_get_members_member_type_base() |
Get the profile type base slug. |
| bp_get_members_pagination_count() |
Generate the members pagination count. |
| bp_get_members_pagination_links() |
Fetch the members pagination links. |
| bp_get_members_root_slug() |
Return the members component root slug. |
| bp_get_members_slug() |
Return the members component slug. |
| bp_get_mentioned_user_display_name() |
Returns the mentioned user display name. |
| bp_get_message_activate_deactivate_link() |
Get the URL for deactivating the current notice. |
| bp_get_message_activate_deactivate_text() |
Generate the text (‘Deactivate’ or ‘Activate’) for the notice action link. |
| bp_get_message_css_class() |
Generate the CSS class for the current thread. |
| bp_get_message_get_recipient_usernames() |
Get the recipient usernames for prefilling the ‘To’ field on the Compose screen. |
| bp_get_message_is_active_notice() |
Returns a string for the active notice. |
| bp_get_message_loading_image_src() |
Get the URL of the Messages AJAX loader gif. |
| bp_get_message_notice_delete_link() |
Get the URL for deleting the current notice. |
| bp_get_message_notice_id() |
Get the ID of the current notice in the loop. |
| bp_get_message_notice_post_date() |
Get the post date of the current notice in the loop. |
| bp_get_message_notice_subject() |
Get the subject of the current notice in the loop. |
| bp_get_message_notice_text() |
Get the text of the current notice in the loop. |
| bp_get_message_thread_avatar() |
Return the avatar for the last sender in the current message thread. |
| bp_get_message_thread_content() |
Return the thread’s last message content. |
| bp_get_message_thread_delete_link() |
Generate the URL for deleting the current thread. |
| bp_get_message_thread_excerpt() |
Generate an excerpt from the current message in the loop. |
| bp_get_message_thread_from() |
Get a link to the page of the current thread’s last author. |
| bp_get_message_thread_id() |
Get the ID of the current thread in the loop. |
| bp_get_message_thread_last_post_date() |
Get the nicely formatted date of the last post in the current thread. |
| bp_get_message_thread_last_post_date_raw() |
Get the unformatted date of the last post in the current thread. |
| bp_get_message_thread_subject() |
Get the subject of the current thread in the loop. |
| bp_get_message_thread_to() |
Generate HTML links to the pages of the current thread’s recipients. |
| bp_get_message_thread_total_and_unread_count() |
Get markup for the current thread’s total and unread count. |
| bp_get_message_thread_total_count() |
Get the current thread’s total message count. |