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.

$email

User's email address.


Top ↑

Source Source

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


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.