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.
Description Description
Parameters Parameters
- $activity
-
Activity Item object.
- $deprecated
-
Removed in 2.5; now an empty string.
- $receiver_user_id
-
The ID of the user who is receiving the update.
Source Source
File: bp-activity/bp-activity-functions.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | $subject, $message, $content arguments unset and deprecated. |
1.5.0 | Introduced. |