Functions |
Description |
|---|---|
| bp_get_the_notification_item_id() |
Return the associated item ID of the notification currently being iterated on. |
| bp_get_the_notification_mark_link() |
Return the mark link for the current notification. |
| bp_get_the_notification_mark_read_link() |
Return the mark read link for the current notification. |
| bp_get_the_notification_mark_read_url() |
Return the URL used for marking a single notification as read. |
| bp_get_the_notification_mark_unread_link() |
Return the mark unread link for the current notification. |
| bp_get_the_notification_mark_unread_url() |
Return the URL used for marking a single notification as unread. |
| bp_get_the_notification_secondary_item_id() |
Return the secondary associated item ID of the notification currently being iterated on. |
| bp_get_the_notification_time_since() |
Return the timestamp of the current notification. |
| bp_get_the_post_class() |
Customizes the post CSS class according to BuddyPress content. |
| bp_get_the_profile_field_alternate_name() |
Returns the XProfile field’s alternate name, if added, empty otherwise. |
| bp_get_the_profile_field_description() |
Returns the XProfile field description. |
| bp_get_the_profile_field_edit_value() |
Returns the XProfile field edit value. |
| bp_get_the_profile_field_errors_action() |
Returns the action name for any signup errors related to this profile field. |
| bp_get_the_profile_field_id() |
Return the XProfile field ID. |
| bp_get_the_profile_field_ids() |
Generate a comma-separated list of field IDs that are to be submitted on profile edit. |
| bp_get_the_profile_field_input_name() |
Retursn the XProfile field input name. |
| bp_get_the_profile_field_is_required() |
Return whether or not a profile field is required. |
| bp_get_the_profile_field_name() |
Returns the XProfile field name. |
| bp_get_the_profile_field_optional_label() |
Return the ‘optional’ markup in extended profile field labels. |
| bp_get_the_profile_field_options() |
Retrieves field options HTML for field types of ‘selectbox’, ‘multiselectbox’, ‘radio’, ‘checkbox’, and ‘datebox’. |
| bp_get_the_profile_field_required_label() |
Return the ‘required’ markup in extended profile field labels. |
| bp_get_the_profile_field_type() |
Returns the XProfile field type. |
| bp_get_the_profile_field_value() |
Returns the XProfile field value. |
| bp_get_the_profile_field_visibility_level() |
Return the visibility level of this field. |
| bp_get_the_profile_field_visibility_level_label() |
Return the visibility level label of this field. |
| bp_get_the_profile_group_description() |
Return the XProfile group description. |
| bp_get_the_profile_group_edit_form_action() |
Return the XProfile group edit form action. |
| bp_get_the_profile_group_field_ids() |
Return the XProfile group field IDs. |
| bp_get_the_profile_group_id() |
Return the XProfile group ID. |
| bp_get_the_profile_group_name() |
Return the XProfile group name. |
| bp_get_the_profile_group_slug() |
Return the XProfile group slug. |
| bp_get_the_thread_delete_link() |
Get the URL for deleting the current thread. |
| bp_get_the_thread_id() |
Get the ID of the thread that the current loop belongs to. |
| bp_get_the_thread_message_alt_class() |
Get the CSS class used for message zebra striping. |
| bp_get_the_thread_message_content() |
Get the content of the current message in the loop. |
| bp_get_the_thread_message_css_class() |
Generate the CSS classes for messages within a single thread. |
| bp_get_the_thread_message_date_sent() |
Generate the ‘Sent x hours ago’ string for the current message. |
| bp_get_the_thread_message_id() |
Get the ID of the current message in the thread. |
| bp_get_the_thread_message_sender_avatar_thumb() |
Get the avatar for the current message sender. |
| bp_get_the_thread_message_sender_id() |
Return the ID for message sender within a single thread. |
| bp_get_the_thread_message_sender_link() |
Get a link to the sender of the current message. |
| bp_get_the_thread_message_sender_name() |
Get the display name of the sender of the current message. |
| bp_get_the_thread_message_time_since() |
Generate the ‘Sent x hours ago’ string for the current message. |
| bp_get_the_thread_recipients() |
Get a list of thread recipients or a “x recipients” string. |
| bp_get_the_thread_subject() |
Get the subject of the thread currently being iterated over. |
| bp_get_theme_compat_dir() |
Get the absolute path of the theme package being used. |
| bp_get_theme_compat_feature() |
Get a theme compat feature |
| bp_get_theme_compat_id() |
Get the ID of the theme package being used. |
| bp_get_theme_compat_name() |
Get the name of the theme package being used. |
| bp_get_theme_compat_templates() |
Get the templates to use as the endpoint for BuddyPress template parts. |