Description
With this filter you can set a pre-filled username on the registration form.
Arguments
- $username(string) - Your custom username.
Return
(string) Username to pre-fill
Usage
function b3_localhost_username( $username ) {
return 'Dummy';
}
add_filter( 'b3_localhost_username', 'b3_localhost_username' );
Used in
- includes/actions-b3.php - line 158
- includes/actions-b3.php - line 183