' . esc_html( date_i18n( wc_date_format(), $new_next_payment_date->getOffsetTimestamp() ) ) . ''
)
);
} else {
echo wp_kses_post(
sprintf(
// Translators: 1: currently schedulednext payment date.
__( 'By renewing your subscription early, your scheduled next payment on %1$s will be cancelled.', 'woocommerce-subscriptions' ),
'' . esc_html( date_i18n( wc_date_format(), $subscription->get_time( 'next_payment', 'site' ) ) ) . ''
)
);
}
?>
',
''
)
)
?>