Posted by & filed under WordPress.

Default is infinite, this will set it to only remember last 5 edits:

/**
 * Set the post revisions unless the constant was set in wp-config.php
 */
if (!defined('WP_POST_REVISIONS')) define('WP_POST_REVISIONS', 5);

Leave a Reply

Your email address will not be published. Required fields are marked *