' : ''; ?>

get_billing_first_name() ) ) { /* translators: %s: Customer first name */ printf( esc_html__( 'Hi %s,', 'woocommerce' ), esc_html( $order->get_billing_first_name() ) ); } else { printf( esc_html__( 'Hi,', 'woocommerce' ) ); } ?>

' : ''; ?>

get_date_created(); printf( /* translators: 1: order number, 2: order date */ esc_html__( 'Order #%1$s (%2$s)', 'woocommerce' ), esc_html( $order->get_order_number() ), esc_html( $date_created ? wc_format_datetime( $date_created ) : '' ) ); ?>

' : ''; echo wp_kses_post( wpautop( wptexturize( $additional_content ) ) ); echo $email_improvements_enabled ? '' : ''; } /** * Hook for the woocommerce_email_footer. * * @param WC_Email $email The email object. * @since 2.5.0 * * @hooked WC_Emails::email_footer() Output the email footer */ do_action( 'woocommerce_email_footer', $email );