get_formatted_shipping_address()) { echo '

' . wp_kses($order->get_formatted_shipping_address(), array('br' => array())) . '

'; } else { echo '

' . esc_html__('Address:', 'subscriptio') . ' ' . esc_html__('No shipping address set.', 'subscriptio') . '

'; } foreach ($address_fields['shipping'] as $field) { if ($field['show']) { echo '

' . $field['label_for_display'] . ': ' . $field['value_for_display'] . '

'; } } if (apply_filters('woocommerce_enable_order_notes_field', get_option('woocommerce_enable_order_comments', 'yes') == 'yes') && $post->post_excerpt) { echo '

' . esc_html__('Customer provided note:', 'subscriptio') . ' ' . nl2br(esc_html($post->post_excerpt)) . '

'; } ?>