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.


Parameters Parameters

$value

(bool) Whether or not to send the activation key.

$user_id

(int) User ID to send activation key to.

$user_email

(string) User email to send activation key to.

$activation_key

(string) Activation key to be sent.

$usermeta

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


Source Source

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

View on Trac



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.