Skip to content

Instantly share code, notes, and snippets.

@nayemDevs
Created June 11, 2016 04:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nayemDevs/fde496c8937d27a04ad7bad5b3dd1bf0 to your computer and use it in GitHub Desktop.
Save nayemDevs/fde496c8937d27a04ad7bad5b3dd1bf0 to your computer and use it in GitHub Desktop.
function remove_wc_password_meter() {
wp_dequeue_script( 'wc-password-strength-meter' );
}
add_action( 'wp_print_scripts', 'remove_wc_password_meter', 100 );
@nayemDevs
Copy link
Author

You have to put those codes into your child theme's function.php file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment