Description
This plugin has been closed as of July 15, 2021 and is not available for download. Reason: Guideline Violation.
Reviews
Amit Solanki
July 5, 2017
Add this to your functions.phps to remove the requirements:
function remove_wc_password_meter() {
wp_dequeue_script( ‘wc-password-strength-meter’ );
}
add_action( ‘wp_print_scripts’, ‘remove_wc_password_meter’, 100 );
and then use this plugin
Contributors & Developers
“Woocommerce Enforce Strong Password” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Woocommerce Enforce Strong Password” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.