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.


Top ↑

Source Source

File: bp-activity/bp-activity-functions.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 $subject, $message, $content arguments unset and deprecated.
1.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.