• Hi,
    I moved a page to the wastebasket so that it is not shown on the website. But now I need the DATE when I moved it so that I can show the date to other people. How can I get the date?

    Thanks in advance for help.

    Best regards
    Albert

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

    Thread Starter albert0346

    (@albert0346)

    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.

    Thread Starter albert0346

    (@albert0346)

    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

    Thread Starter albert0346

    (@albert0346)

    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_timeand 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?

    Thread Starter albert0346

    (@albert0346)

    i found on https://www.epochconverter.com a tool to convert the computertime.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to get the date when I moved a page to the wastebasket’ is closed to new replies.