apply_filters( 'woocommerce_new_customer_username', string $username, string $email, array $new_user_args, string $suffix )

Filter new customer username.


Description Description


Parameters Parameters

$username

Customer username.

$email

New customer email address.

$new_user_args

Array of new user args, maybe including first and last names.

$suffix

Append string to username to make it unique.


Top ↑

Source Source

File: includes/wc-user-functions.php


Top ↑

Changelog Changelog

Changelog
Version Description
3.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.