needs_shipping_address() && ( $shipping = $order->get_formatted_shipping_address() ) ) { echo "\n" . esc_html( strtoupper( __( 'Shipping address', 'woocommerce-subscriptions' ) ) ) . "\n\n"; echo esc_html( preg_replace( '##i', "\n", $shipping ) ) . "\n"; }