do_action( 'bp_activity_sent_mention_email', BP_Activity_Activity $activity , string $deprecated , int $receiver_user_id )
Fires after the sending of an @mention email notification.
Parameters Parameters
- $activity
-
(BP_Activity_Activity) Activity Item object.
- $deprecated
-
(string) Removed in 2.5; now an empty string.
- $receiver_user_id
-
(int) The ID of the user who is receiving the update.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.5.0 | $subject, $message, $content arguments unset and deprecated. |
1.5.0 | Introduced. |