Skip to content

Instantly share code, notes, and snippets.

@cedriccharles4
Created November 13, 2017 10:03
Show Gist options
  • Save cedriccharles4/c07143372eaa3a3263303dcc19848820 to your computer and use it in GitHub Desktop.
Save cedriccharles4/c07143372eaa3a3263303dcc19848820 to your computer and use it in GitHub Desktop.
Limit number of WP post revisions
<?php
//Limit WP post revisions
define('AUTOSAVE_INTERVAL', 300); // seconds
define('WP_POST_REVISIONS', 3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment