llms_get_minimum_password_strength()
Retrieve the minimum accepted password strength for student passwords
Description Description
Return Return
(string)
Source Source
File: includes/functions/llms.functions.person.php
function llms_get_minimum_password_strength() { return apply_filters( 'llms_get_minimum_password_strength', get_option( 'lifterlms_registration_password_min_strength' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: