function aviweb_remove_password_strength() {
wp_dequeue_script( ‘wc-password-strength-meter’ );
}
add_action( ‘wp_print_scripts’, ‘aviweb_remove_password_strength’, 10 );
function aviweb_remove_password_strength() {
wp_dequeue_script( ‘wc-password-strength-meter’ );
}
add_action( ‘wp_print_scripts’, ‘aviweb_remove_password_strength’, 10 );