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

(string) Subject for the sent email.

$email_content

(string) Message for the sent email.

$user_id

(int) ID of the new user.

$recipient_email

(string) Email address of the new user.

$key

(string) Activation key.

Source

File: bp-core/deprecated/buddypress/2.5.php

Changelog

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.