Hey, albert0346, you can get this data via your site’s database.
Look for an entry in the wp_postmeta table where the post_id
value is equal to the post ID that you had trashed with the meta_key
being _wp_trash_meta_time
.
Thanks Ian!
I’m NOT a WordPress expert, therefore please excuse my simple question:
Where do I get the post_id value? Right now I see only the wastebasket page with the title of the trashed page, the author, and the date when the page was last edited, but no post_id.
Unfortunately, this is a serious issue. I got a dissuasion because I had allegedly a page on my site with an image for which I do not have the copyright. But I moved one week before the dissuasion the page to the wastebasket. Now the copyright owner wants to see the DATE when I moved the page to the wastebasket. But as I mentioned in the previous post I do NOT have this date in the wastebasket.
So, is there really no way to get this date?
It would be great if someone could help me.
Albert
Hi Ian!
I looked now at archive.org where the page still exists and got there the post_Id. And I found a record in wp_postmeta where themeta_key
is_wp_trash_meta_time
and the meta_value is 1679303448. Is this the computer-time when the page got trashed? And how can I get now from it a human readable time?
i found on http://www.epochconverter.com a tool to convert the computertime.