How to periodically roll back WordPress to a fixed point in time?
First take a SQL dump of the database in the state you want it. Then you’d write a script that accomplishes the following: Put the WP install into maintenance mode by creating a file in wp-content with the filename .maintenance and contents “Briefly unavailable for scheduled maintenance. Check back in a minute.” (or your preferred … Read more