For me i use this for all strong password concerned by wc, test try .. maybe it could work for you ..
function wc_ninja_remove_password_strength() {
if ( wp_script_is( ‘wc-password-strength-meter’, ‘enqueued’ ) ) {
wp_dequeue_script( ‘wc-password-strength-meter’ );
}
}
add_action( ‘wp_print_scripts’, ‘wc_ninja_remove_password_strength’, 100 );
Thread Starter
medg
(@medg)
OK, thanks it’s perfect, i finally instaled your plug/script on two websites. Really good as a catalogue to present products or classifieds versus geo directory or other , more clear and fast..
It look perfect for users so i will keep this and open with .. I will follow futur improvements for sure