LLMS_Frontend_Assets::enqueue_inline_pw_script()
Output the inline PW Strength meter script
Description Description
Return Return
(void)
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 ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.4.1 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: