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).
Source Source
File: bp-members/bp-members-functions.php
Changelog Changelog
Version | Description |
---|---|
1.2.3 | Introduced. |