Warning: This function has been deprecated. llms_get_minimum_password_strength is deprecated with no replacement instead.
llms_get_minimum_password_strength()
Retrieve the minimum accepted password strength for student passwords
Return Return
(string)
Source Source
File: includes/functions/llms-functions-deprecated.php
function llms_get_minimum_password_strength() { llms_deprecated_function( 'llms_get_minimum_password_strength', '5.0.0' ); return apply_filters( 'llms_get_minimum_password_strength', 'strong' ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
5.0.0 | llms_get_minimum_password_strength is deprecated with no replacement. |
3.0.0 | Introduced. |