apply_filter(“friends_get_alphabetically”)
过滤按字母顺序列出的用户好友。
描述
返回
(数组)$friends {@type int $total_users查询参数匹配的用户总数。@type array $paged_users查询参数匹配的用户的当前页面。}
源
更新日志
版本 | 描述 |
---|---|
BuddyPress 1.2.0 | 介绍了。 |
过滤按字母顺序列出的用户好友。
(数组)$friends {@type int $total_users查询参数匹配的用户总数。@type array $paged_users查询参数匹配的用户的当前页面。}
版本 | 描述 |
---|---|
BuddyPress 1.2.0 | 介绍了。 |
所使用的 | 描述 |
---|---|
bp-friends / bp-friends-functions.php:friends_get_alphabetically () | 按字母顺序获取用户的好友。 |