Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Remove password strength check.
- */
- function iconic_remove_password_strength() {
- wp_dequeue_script( 'wc-password-strength-meter' );
- }
- add_action( 'wp_print_scripts', 'iconic_remove_password_strength', 10 );
Advertisement
Add Comment
Please, Sign In to add comment