do_action( 'bp_core_sent_user_validation_email', string $email_subject, string $email_content, int $user_id, string $recipient_email, string $key )

Fires after the sending of activation email to a newly registered user.


Description Description


Parameters Parameters

$email_subject

Subject for the sent email.

$email_content

Message for the sent email.

$user_id

ID of the new user.

$recipient_email

Email address of the new user.

$key

Activation key.


Top ↑

Source Source

File: bp-core/deprecated/2.5.php


Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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