REMOVE PASSWORD STRENGTH WOOCOMMERCE

PHOTO EMBED

Tue Aug 22 2023 12:36:00 GMT+0000 (Coordinated Universal Time)

Saved by @brozool

function iconic_remove_password_strength() {
    wp_dequeue_script( 'wc-password-strength-meter' );
}
add_action( 'wp_print_scripts', 'iconic_remove_password_strength', 10 );
content_copyCOPY