bp_group_has_invites (字符串args美元''

是否有邀请。

描述

参数

args美元

字符串(可选)

默认值:“

返回

混合(bool | |无效)

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

函数bp_group_has_invitation ($args = ") {global $invites_template, $group_id;$r = bp_parse_args($args, array('group_id' => false, 'user_id' => bp_loggedin_user_id(), 'per_page' => false, 'page' => 1,), ' group_has_邀请');If (empty($r['group_id']) {If (group_get_current_group ()) {$r['group_id'] = bp_get_current_group_id();} elseif (!$r['group_id'] = buddypress()->groups->new_group_id;}} //设置全局变量(用于BP_Groups_Invite_Template::the_invite())。如果(空(group_id美元)){$ group_id = $ r(“group_id”);} if (!$group_id){返回false;} $invites_template = new BP_Groups_Invite_Template($r); /** * Filters whether or not a group invites query has invites to display. * * @since BuddyPress 1.1.0 * * @param bool $value Whether there are requests to display. * @param BP_Groups_Invite_Template $invites_template Object holding the invites query results. */ return apply_filters( 'bp_group_has_invites', $invites_template->has_invites(), $invites_template ); }

更新日志

更新日志
版本 描述
BuddyPress 1.1.0 介绍了。

问题吗?

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