IT Nursery
When a WordPress post is trashed, all the comments are trashed as well. I would expect the “undo” button to restore both the post and the comments. However, all...
  • June 1, 2022
  • 0 Comments
IT Nursery
I want to call a function when a post is placed into the trash. I want to do something more complicated than the following, but have simplified to what’s...
  • May 29, 2022
  • 0 Comments
I’m trying to add a column to the trash page for posts and pages but can’t find a way to hook into that specific area. I’ve been able to...
  • May 25, 2022
  • 0 Comments
I am using get_delete_posts_link($postid) to let users send their posts to the trash from the frontend. Now I’m trying to replicate the same functionality for them to “untrash” or...
  • May 22, 2022
  • 0 Comments