Skip to content

Instantly share code, notes, and snippets.

@benklocek
Created November 13, 2012 22:00
Show Gist options
  • Save benklocek/4068706 to your computer and use it in GitHub Desktop.
Save benklocek/4068706 to your computer and use it in GitHub Desktop.
Wordpress Config: Limit post revisions
/* limit number of post revisions */
define('WP_POST_REVISIONS', 5);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment