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
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.
Source
Changelog
Version | Description |
---|---|
BuddyPress 1.5.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.