Skip to content

Instantly share code, notes, and snippets.

@SiR-DanieL
Created May 16, 2017 05:51
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save SiR-DanieL/c9714add5b279550cef05957bc4481a1 to your computer and use it in GitHub Desktop.
Save SiR-DanieL/c9714add5b279550cef05957bc4481a1 to your computer and use it in GitHub Desktop.
functions.php
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 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment