' : ''; ?>

get_status() ) { printf( /* translators: $1$s customer's billing first name and last name %2$s: date on which the subscription ends. */ esc_html__( 'A subscription belonging to %1$s is now pending cancellation, and will end on %2$s. Their subscription\'s details are as follows:', 'woocommerce-subscriptions' ), esc_html( $subscription->get_formatted_billing_full_name() ), esc_html( date_i18n( wc_date_format(), $subscription->get_time( 'end', 'site' ) ) ) ); } else { printf( /* translators: $1$s customer's billing first name and last name. */ esc_html__( 'A subscription belonging to %1$s has been cancelled. Their subscription\'s details are as follows:', 'woocommerce-subscriptions' ), esc_html( $subscription->get_formatted_billing_full_name() ) ); } ?>

' : ''; ?>
#get_order_number() ); ?> get_formatted_order_total() ); ?> get_time( 'last_order_date_created', 'site' ); if ( ! empty( $last_order_time_created ) ) { echo esc_html( date_i18n( wc_date_format(), $last_order_time_created ) ); } else { esc_html_e( '-', 'woocommerce-subscriptions' ); } ?> get_time( 'end', 'site' ) ) ); ?>

' : ''; echo wp_kses_post( wpautop( wptexturize( $additional_content ) ) ); echo $email_improvements_enabled ? '' : ''; } do_action( 'woocommerce_email_footer', $email );