Enable/Disable the ‘Ship to a different address?’ checkbox

To Enable:

add_filter( 'woocommerce_ship_to_different_address_checked', '__return_true' );

To Disable:

add_filter( 'woocommerce_ship_to_different_address_checked', '__return_false' );

Leave a Reply

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