bp_get_message_thread_content ()
返回线程的最后消息内容。
描述
当查看收件箱时,最后一条消息是您所在线程中的最新消息不作者。
当查看您的发送框时,最后一条消息是您所在线程中的最近一条消息是的成员。
返回
(字符串)线程中最后一条消息的原始内容。
源
文件:bp-messages / bp-messages-template.php
函数bp_get_message_thread_content(){全局$messages_template;/** *过滤线程中最后一条消息的内容。* * @since BuddyPress 2.0.0 * * @param string $last_message_content线程中最后一条消息的内容。*/返回apply_filters('bp_get_message_thread_content', $messages_template->thread->last_message_content);}
更新日志
版本 | 描述 |
---|---|
BuddyPress 2.0.0 | 介绍了。 |