groups_screen_group_invite ()

处理组发送邀请页面的显示。

描述

文件:bp-groups /屏幕/单/ invite.php

函数groups_screen_group_invite() {if (!bp_is_single_item())返回false;英国石油美元= buddypress ();If (bp_is_action_variable('send', 0)) {If (!check_admin_referer(' groups_send_invitation ', ' _wpnonce_send_invitation '))返回false;if (!empty($_POST['friends'])) {foreach((array) $_POST['friends'] as $friend) {groups_invite_user(array('user_id' => $friend, 'group_id' => $bp->groups->current_group->id));}} //发送邀请。groups_send_invite (bp_loggedin_user_id(), $bp->groups->current_group->id); / /用户组bp_core_add_message(__('组邀请发送。”、“buddyboss '));/** *在组的发送邀请页面内发送组邀请后触发。* * @since BuddyPress 1.0.0 * * @param int $id显示成员的群组id。*/ do_action('groups_screen_group_invite', $bp->groups->current_group->id); bp_core_redirect( bp_get_group_permalink( $bp->groups->current_group ) ); } elseif ( !bp_action_variable( 0 ) ) { /** * Filters the template to load for a group's Send Invites page. * * @since BuddyPress 1.0.0 * * @param string $value Path to a group's Send Invites template. */ bp_core_load_template( apply_filters( 'groups_template_group_invite', 'groups/single/home' ) ); } else { bp_do_404(); } }

更新日志

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

问题吗?

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