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:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_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