bp_core_sent_user_validation_email, $email_subject, $email_content, $tokens[user.id], $tokens[recipient.email], $tokens[key]
bp_core_sent_user_validation_email, $email_subject, $email_content, $tokens[user.id], $tokens[recipient.email], $tokens[key]
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_core_sent_user_validation_email, $email_subject, $email_content, $tokens[user.id], $tokens[recipient.email], $tokens[key]') is found 1 times:
- /bp-core/deprecated/2.5.php line 761
* @param int $user_id ID of the new user. * @param string $recipient_email Email address of the new user. * @param string $key Activation key. */ do_action( 'bp_core_sent_user_validation_email', $email_subject, $email_content, $tokens['user.id'], $tokens['recipient.email'], $tokens['key'] ); } else { /** * Fires after the sending of the notification to new users for successful registration without blog. * * @since 1.5.0