bp_get_group_send_invite_form_action (对象| bool美元集团=假)
输出组发送邀请表单的' action '属性。
描述
参数
- 美元集团
-
(对象|保龄球)(可选)组对象。Default:循环中的当前组。
默认值:假
返回
(字符串)
源
文件:bp-groups / bp-groups-template.php
函数bp_get_group_send_invite_form_action($group = false) {global $ group_template;If (empty($group)) {$group =& $ group_template ->group;} /** *过滤组发送邀请表单的'action'属性。* * @since BuddyPress 1.0.0 * @since BuddyPress 2.5.0添加“$group”参数。* * @param string $value组发送邀请表单的动作属性。* @param object $group组对象。*/返回apply_filters('bp_group_send_invite_form_action', trailingslashit(bp_get_group_permalink($group))。'发送邀请/发送'),$group);}
更新日志
版本 | 描述 |
---|---|
BuddyPress 1.0.0 | 介绍了。 |