• Resolved steve92

    (@steve92)


    Here in the database the date is correct, but in the admin panel it is incorrect. How do I fix it in the admin panel?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi,

    Does the issue happen for all subscriptions?

    Thread Starter steve92

    (@steve92)

    Yes, print the date and time of this moment. I want to change those dates for my old subscribers.

    Plugin Author WPKube

    (@wpkube)

    Oh, it’s not that the plugin logged the wrong date, it’s that you’re trying to manually change the date, correct?

    The data value is stored in wp_postmeta table. The meta_key for it is _stcr@_email@example.com

    The part email@example.com is just an example.

    Be careful when changing that because it’s not just the date being stored there. So only change the date part of the value.

    Thread Starter steve92

    (@steve92)

    Well, solved.

    Plugin Author WPKube

    (@wpkube)

    Happy to hear it’s sorted out.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Dates do not coincide’ is closed to new replies.