How do i insert the date into the stripe signup confirmation email?

how do i insert the date into the stripe signup confirmation email?

i’ve got the subscriberID,
the amount paid,
but i’d also like to show the date it was paid,
it’s not a proper receipt otherwise.

i can’t find a replacement code for that.

You’re right, there isn’t one. Had not noticed it before, or had it mentioned to me. I’m adding this to my to-do.

You can do it with PHP, though.

https://www.php.net/manual/en/function.date.php
https://codex.wordpress.org/Function_Reference/the_date

<?php the_date(); ?>

:slight_smile: