Plugin Author
WPKube
(@wpkube)
Hi,
Does the issue happen for all subscriptions?
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 protected]
The part [email protected] 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.
Plugin Author
WPKube
(@wpkube)
Happy to hear it’s sorted out.