Advertisement
msrougi

Untitled

Apr 16th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1.  
  2. function wc_ninja_remove_password_strength() {
  3. if ( wp_script_is( 'wc-password-strength-meter', 'enqueued' ) ) {
  4. wp_dequeue_script( 'wc-password-strength-meter' );
  5. }
  6. }
  7. add_action( 'wp_print_scripts', 'wc_ninja_remove_password_strength', 100 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement