• Thanks
    It’s working for me

    Add this to your functions.phps to remove the requirements:

    function remove_wc_password_meter() {
    wp_dequeue_script( ‘wc-password-strength-meter’ );
    }
    add_action( ‘wp_print_scripts’, ‘remove_wc_password_meter’, 100 );

    • This topic was modified 9 years, 1 month ago by Amit Solanki.
    • This topic was modified 9 years, 1 month ago by Amit Solanki.

The topic ‘It’s working for me’ is closed to new replies.