This quick guide shows you how you can automatically open the Ship To A Different Address section of the WooCommerce checkout open by default.
/**
* Snippet Name: WooCommerce ship to a different address checked and open by default.
* Snippet Author: ecommercehints.com
*/
add_filter( 'woocommerce_ship_to_different_address_checked', '__return_true' );