Functions |
Description |
---|---|
bp_the_profile_field() |
Sets up the XProfile field. |
bp_the_profile_field_description() |
Outputs the XProfile field description. |
bp_the_profile_field_edit_value() |
Outputs the XProfile field edit value. |
bp_the_profile_field_id() |
Output the XProfile field ID. |
bp_the_profile_field_ids() |
Output a comma-separated list of field IDs that are to be submitted on profile edit. |
bp_the_profile_field_input_name() |
Outputs the XProfile field input name. |
bp_the_profile_field_is_required() |
Render whether or not a profile field is required. |
bp_the_profile_field_name() |
Outputs the XProfile field name. |
bp_the_profile_field_optional_label() |
Output the ‘optional’ markup in extended profile field labels. |
bp_the_profile_field_options() |
Displays field options HTML for field types of ‘selectbox’, ‘multiselectbox’, ‘radio’, ‘checkbox’, and ‘datebox’. |
bp_the_profile_field_required_label() |
Output the ‘required’ markup in extended profile field labels. |
bp_the_profile_field_type() |
Outputs the XProfile field type. |
bp_the_profile_field_value() |
Outputs the XProfile field value. |
bp_the_profile_field_visibility_level() |
Output the visibility level of this field. |
bp_the_profile_field_visibility_level_label() |
Echo the visibility level label of this field. |
bp_the_profile_group() |
Set up the profile groups. |
bp_the_profile_group_description() |
Output the XProfile group description. |
bp_the_profile_group_edit_form_action() |
Output the XProfile group edit form action. |
bp_the_profile_group_field_ids() |
Output the XProfile group field IDs. |
bp_the_profile_group_id() |
Output the XProfile group ID. |
bp_the_profile_group_name() |
Output the XProfile group name. |
bp_the_profile_group_slug() |
Output the XProfile group slug. |
bp_the_thread_delete_link() |
Output the URL for deleting the current thread. |
bp_the_thread_id() |
Output the ID of the thread that the current loop belongs to. |
bp_the_thread_message_alt_class() |
Output the CSS class used for message zebra striping. |
bp_the_thread_message_content() |
Output the content of the current message in the loop. |
bp_the_thread_message_css_class() |
Output the CSS classes for messages within a single thread. |
bp_the_thread_message_date_sent() |
Output the timestamp for the current message. |
bp_the_thread_message_id() |
Echo the ID of the current message in the thread. |
bp_the_thread_message_sender_avatar() |
Output the avatar for the current message sender. |
bp_the_thread_message_sender_id() |
Output the ID for message sender within a single thread. |
bp_the_thread_message_sender_link() |
Output a link to the sender of the current message. |
bp_the_thread_message_sender_name() |
Output the display name of the sender of the current message. |
bp_the_thread_message_time_since() |
Output the ‘Sent x hours ago’ string for the current message. |
bp_the_thread_recipients_list() |
Output HTML links to recipients in the current thread. |
bp_the_thread_subject() |
Output the subject of the thread currently being iterated over. |
bp_theme_compat_loop_end() |
Restores the ‘is_single’ and ‘is_page’ flags if toggled by BuddyPress. |
bp_theme_compat_reset_post() |
Populate various WordPress globals with dummy data to prevent errors. |
bp_theme_compat_toggle_is_page() |
Do not allow {@link comments_template()} to render during theme compatibility. |
bp_thread_has_messages() |
Initialize the messages template loop for a specific thread. |
bp_thread_messages() |
Check whether there are more messages to iterate over. |
bp_thread_messages_order() |
Output the ‘ASC’ or ‘DESC’ messages order string for this loop. |
bp_thread_the_message() |
Set up the current thread inside the loop. |
bp_total_blog_count() |
Output the total number of blogs on the site. |
bp_total_blog_count_for_user() |
Output the total number of blogs for a given user. |
bp_total_favorite_count_for_user() |
Output the total favorite count for a specified user. |
bp_total_follow_counts() |
Get the total followers and total following counts for a user. |
bp_total_friend_count() |
Output the total friend count for a given user. |
bp_total_group_count() |
Output the total number of groups. |
bp_total_group_count_for_user() |
Output the total number of groups a user belongs to. |