bp_get_message_thread_unread_count ()

获取当前线程的未读计数。

描述

返回

(int)

文件:bp-messages / bp-messages-template.php

函数bp_get_message_thread_unread_count() {global $messages_template;$ count = !空($messages_template->thread->unread_count) ?(int) $messages_template->thread->unread_count: false;/** *过滤当前线程的未读计数。* * @since BuddyPress 1.0.0 * * @param int $count当前线程未读计数。*/返回apply_filters('bp_get_message_thread_unread_count', $count);}

问题吗?

我们总是很乐意帮助您解决代码或其他问题!搜索我们的开发人员文档联络支持,或与我们联系销售团队