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)


Top ↑

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' );
}


Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 llms_get_minimum_password_strength is deprecated with no replacement.
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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