llms_get_minimum_password_strength_name( string $strength = 'strong' )
Retrieve the translated name of minimum accepted password strength for student passwords
Description Description
Parameters Parameters
- $strength
-
(Optional) Password strength value to translate. Default is 'strong'.
Default value: 'strong'
Return Return
(string)
Source Source
File: includes/functions/llms.functions.person.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Remove database call to deprecated option and add the $strength parameter. |
3.0.0 | Introduced. |