apply_filters( 'bp_members_format_activity_action_new_member', string $action , object $activity , int $invite_id )
Filters the formatted ‘new member’ activity actions.
Parameters Parameters
- $action
-
(string) Static activity action.
- $activity
-
(object) Activity object.
- $invite_id
-
(int) The ID of the invite.
Source Source
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Added $invite_id |
2.2.0 | Introduced. |