Skip to content

Instantly share code, notes, and snippets.

@visualpropaganda
Last active June 10, 2016 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save visualpropaganda/f3d9fd4e60178cf06cb4c8d0e0533cde to your computer and use it in GitHub Desktop.
Save visualpropaganda/f3d9fd4e60178cf06cb4c8d0e0533cde to your computer and use it in GitHub Desktop.
Limit Wordpress Post Revisions
//disable WP Post Revisions
//insert above the ‘ABSPATH’ otherwise it won’t work
define('AUTOSAVE_INTERVAL', 300); // seconds
define('WP_POST_REVISIONS', false); // or any number of revisions <ou like to keep (ex. 3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment