Skip to content

Instantly share code, notes, and snippets.

@theodorocaliari
Created January 22, 2014 11:00
Show Gist options
  • Save theodorocaliari/8556917 to your computer and use it in GitHub Desktop.
Save theodorocaliari/8556917 to your computer and use it in GitHub Desktop.
Limit WordPress post Revisions - source: http://perishablepress.com/stupid-wordpress-tricks/
<?php
/* limit number of post revisions */
//http://perishablepress.com/stupid-wordpress-tricks/
define('WP_POST_REVISIONS', 3);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment