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);
				
						
			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