apply_filters( 'lifterlms_generate_username', string $custom_username , string $email )
Allow custom username generation
Description Description
Parameters Parameters
- $custom_username
-
The custom-generated username. If the filter returns a truthy string it will be used in favor of the automatically generated username.
-
User's email address.
Source Source
File: includes/class.llms.person.handler.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |