Does any default WP-Cron job delete my revisions based on WP_POST_REVISIONS?
-
For limiting post revisions, I know that the default behaviour is for WordPress to check the WP_POST_REVISIONS configured value and delete revisions accordingly on a post whenever a new revision is created for that post. I’m wondering if this deletion of revisions also happens in any default WP-Cron job.
The reason I ask is because I want to increase the limit of revisions per post but I cannot change WP_POST_REVISIONS as this is set by my managed hosting provider, WP Engine. However, I’ve found that the “WP Revisions Control” plugin manages to override the WP_POST_REVISIONS setting (I’m not sure how) so that no revisions are deleted whenever I create a new revision. However, I’m afraid if there’s another event/process that may delete revisions such as in a WP-Cron job. I’ve ran
wp cron event list
in WP CLI to see all the existing cron jobs but I can’t be sure what each Cron job does.
- The topic ‘Does any default WP-Cron job delete my revisions based on WP_POST_REVISIONS?’ is closed to new replies.