group_invitation_loop_end, $this
group_invitation_loop_end, $this
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('group_invitation_loop_end, $this') is found 1 times:
- /bp-groups/classes/class-bp-groups-invite-template.php line 225
* @since 2.7.0 Action renamed from `loop_start`. * * @param BP_Groups_Invite_Template $template_loop Instance of the current Invites template. */ do_action( 'group_invitation_loop_end', $this ); // Do some cleaning up after the loop $this->rewind_invites(); } $this->in_the_loop = false;