get_formatted_billing_address() . "\n\n"; if ( ! wc_ship_to_billing_address_only() && ( $shipping = $order->get_formatted_shipping_address() ) ) : echo __( 'Shipping address', 'woocommerce' ) . ":\n"; echo $shipping . "\n\n"; endif;