How to uncheck Ship to a different address on checkout page
It’s hard to believe this actually needs to be done.
Add the function below to your child theme functions.php file.
// uncheck Ship to a different address? on checkout page add_filter( 'woocommerce_ship_to_different_address_checked', '__return_false' );
0 Comments