get_formatted_billing_address(); $shipping = $order->get_formatted_shipping_address(); $email_improvements_enabled = FeaturesUtil::feature_is_enabled( 'email_improvements' ); /** * Filter whether to display the section divider in the email body. * * @since 10.6.0 * @param bool $display_section_divider Whether to display the section divider. Default true. */ $display_section_divider = (bool) apply_filters( 'woocommerce_email_body_display_section_divider', true ); ?>
needs_shipping_address() && $shipping ) : ?> ' : ''; ?>