apply_filters( 'bp_core_signup_send_activation_key', bool $value, int $user_id, string $user_email, string $activation_key, array $usermeta )

Filters if BuddyPress should send an activation key for a new signup.


Description Description


Parameters Parameters

$value

Whether or not to send the activation key.

$user_id

User ID to send activation key to.

$user_email

User email to send activation key to.

$activation_key

Activation key to be sent.

$usermeta

Miscellaneous metadata about the user (blog-specific signup data, xprofile data, etc).


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
1.2.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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