Is there a function to set WP_POST_REVISIONS from a plugin instead of having to do it in config.php? I was thinking of doing this: runkit_constant_redefine( 'WP_POST_REVISIONS', 0 ); but...
  • May 15, 2022
  • 0 Comments
I am trying to save a revision of a custom post type. This is what I have to check if the post has a parent: function save_revision( $post )...
  • May 14, 2022
  • 0 Comments
How do you export revisions for posts? I cloned a site with it’s complete WordPress DB 4 months ago. After the clone revisions have been made to the existing...
  • May 10, 2022
  • 0 Comments
I’m looking for a plugin that would keep track of a all the structural “changes” journal. For instance, the date+time of each wordpress upgrade, or plugin install/update/activation/desactivation or desinstallation,...
  • May 10, 2022
  • 0 Comments
I’ve been trying to find a filter or settings in WordPress to control the Autosave behavior, preferably by post type. When querying the database, I see our auto-drafts only...
  • May 9, 2022
  • 0 Comments