LLMS_Frontend_Assets::enqueue_inline_pw_script()

Output the inline PW Strength meter script


Description Description


Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.frontend.assets.php

	public static function enqueue_inline_pw_script() {
		self::enqueue_inline_script(
			'llms-pw-strength',
			'window.LLMS.PasswordStrength = window.LLMS.PasswordStrength || {}; window.LLMS.PasswordStrength.get_minimum_strength = function() { return "' . llms_get_minimum_password_strength() . '"; }',
			'footer',
			15
		);
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.4.1 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: