functions.php
add_filter( 'woocommerce_min_password_strength', create_function( '', 'return 2;' ) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
add_filter( 'woocommerce_min_password_strength', create_function( '', 'return 2;' ) ); |