Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php
  2. add_action( 'wp_print_scripts', 'wc_remove_password_strength', 100 );
  3. function wc_remove_password_strength() {
  4. if ( wp_script_is( 'wc-password-strength-meter', 'enqueued' ) ) {
  5. wp_dequeue_script( 'wc-password-strength-meter' );
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement