bp_get_thread_recipients_count ()
获取当前线程中的收件人数量。
描述
返回
(int)
源
文件:bp-messages / bp-messages-template.php
函数bp_get_thread_recipients_count(){全局$thread_template;/** *过滤线程中的收件人总数。* * @since BuddyPress 2.8.0 * * @param int $count总收件人数。*/返回(int) apply_filters('bp_get_thread_recipients_count', count($thread_template->thread->recipient));}
更新日志
版本 | 描述 |
---|---|
BuddyPress 2.2.0 | 介绍了。 |