File: bp-messages/bp-messages-template.php |
Description |
|---|---|
| bp_get_the_thread_message_sender_name() |
Get the display name of the sender of the current message. |
| bp_get_the_thread_message_sender_name |
Filters the display name of the sender of the current message. |
| bp_the_thread_delete_link() |
Output the URL for deleting the current thread. |
| bp_get_the_thread_delete_link() |
Get the URL for deleting the current thread. |
| bp_the_thread_message_time_since() |
Output the ‘Sent x hours ago’ string for 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_message_time_since |
Filters the ‘Sent x hours ago’ string for the current message. |
| bp_the_thread_message_date_sent() |
Output the timestamp for the current message. |
| bp_get_the_thread_message_date_sent() |
Generate the ‘Sent x hours ago’ string for the current message. |
| bp_the_thread_message_sender_link() |
Output a link to the sender of the current message. |