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

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

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

Changelog

Changelog
Version Description
BuddyPress 1.2.3 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.