add to footer.php or checkout specific template file

tested on WooCommerce v5.2.2 | WordPress v5.7.2

if using a version of jQuery older than 1.6 change
jQuery('.wc_payment_method > input').prop('checked', false);
to
jQuery('.wc_payment_method > input').attr('checked', false);

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.