group_invitation_loop_end, $this

group_invitation_loop_end, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_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;