Disable Woocommerce password strength meter
function studiowp_wp_enqueue_scripts() { | |
wp_dequeue_script( 'wc-password-strength-meter' ); | |
} | |
add_action( 'wp_enqueue_scripts', 'studiowp_wp_enqueue_scripts', 99999 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment