Viewing 3 replies - 1 through 3 (of 3 total)
  • Jessica Oros

    (@jessica-o)

    Hey there,

    PMPro uses WordPress’s date format for the expiration date (get_option('date_format')), so this is based on what you have set in General > Settings. Did someone change that recently on your site?

    Thread Starter dfcsl

    (@dfcsl)

    Nothing has been changed.

    Previously, when a user signed up I would get a message that says this……

    Account: testtesttest ([email protected])
    Membership Level: Trial Member
    This membership will expire on March 16, 2014.

    A few days ago the message I receive has changed to now include the time, like this….

    Account: testtesttesttesttest ([email protected])
    Membership Level: Trial Member
    This membership will expire on 2014-03-25 00:00:00

    You can see how suddenly the time format has been included after the date.

    Are you using any custom code or addons to modify the default PMPro behavior?
    Could you also double check your date format settings under Settings > General?
    This line in the code https://github.com/strangerstudios/paid-memberships-pro/blob/dev/classes/class.pmproemail.php#L253 converts the expiration to whatever date format you have, so something might be wrong there.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Time added to checkout email’ is closed to new replies.