do_action( 'group_invitation_loop_start', BP_Groups_Invite_Template $this )
Fires if the current invite item is the first in the loop.
Description Description
Parameters Parameters
- $this
-
Instance of the current Invites template.
Source Source
File: bp-groups/classes/class-bp-groups-invite-template.php
Changelog Changelog
| Version | Description |
|---|---|
| 2.7.0 | Action renamed from loop_start. |
| 2.3.0 | $this parameter added. |
| 1.1.0 | Introduced. |