bp_activity_sent_mention_email, $activity, , , , $receiver_user_id
bp_activity_sent_mention_email, $activity, , , , $receiver_user_id
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_activity_sent_mention_email, $activity, , , , $receiver_user_id') is found 1 times:
- /bp-activity/bp-activity-functions.php line 3927
* @param string $deprecated Removed in 2.5; now an empty string. * @param string $deprecated Removed in 2.5; now an empty string. * @param int $receiver_user_id The ID of the user who is receiving the update. */ do_action( 'bp_activity_sent_mention_email', $activity, '', '', '', $receiver_user_id ); } /** * Send email and BP notifications when an activity item receives a comment. * * @since 1.2.0