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