' : ''; /* translators: %1$s: Order number. %2$s: Customer full name */ $text = __( 'Notification to let you know — order #%1$s belonging to %2$s has been cancelled:', 'woocommerce' ); if ( $email_improvements_enabled ) { /* translators: %1$s: Order number. %2$s: Customer full name */ $text = __( 'We’re getting in touch to let you know that order #%1$s from %2$s has been cancelled.', 'woocommerce' ); } ?>

get_order_number() ), esc_html( $order->get_formatted_billing_full_name() ) ); ?>

' : ''; ?> ' : ''; echo wp_kses_post( wpautop( wptexturize( $additional_content ) ) ); echo $email_improvements_enabled ? '' : ''; } /* * @hooked WC_Emails::email_footer() Output the email footer */ do_action( 'woocommerce_email_footer', $email );