apply_filters( 'lifterlms_generate_username', string $custom_username, string $email )

Allow custom username generation


Parameters Parameters

$custom_username

(string) The custom-generated username. If the filter returns a truthy string it will be used in favor of the automatically generated username.

$email

(string) User's email address.


Top ↑

Source Source

File: includes/class.llms.person.handler.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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