Remove password strength check

0.0/5
<?php
function iconic_remove_password_strength() { wp_dequeue_script( 'wc-password-strength-meter' ); } 
add_action( 'wp_print_scripts', 'wpd_remove_password_strength', 10 );

Comments and reviews

{{ reviewsTotal }} Review
{{ reviewsTotal }} Reviews
{{ options.labels.newReviewButton }}
{{ userData.canReview.message }}

Description

This snippet was fetched automatically from WPDistro.cz projects.

Author

Tags

This snippet is untagged