WooCommerce – “Ship to a Different Address” area always visible

If you want people to see the shipping fields by default, you want that section ALWAYS visible. Here’s how you do it.

// Ship to a different address opened by default
add_filter( 'woocommerce_ship_to_different_address_checked', '__return_true' );