Skip to content

Instantly share code, notes, and snippets.

@smtechno
Created October 21, 2017 15:11
Show Gist options
  • Save smtechno/bc617395c7d6854d27fa69534252c8da to your computer and use it in GitHub Desktop.
Save smtechno/bc617395c7d6854d27fa69534252c8da to your computer and use it in GitHub Desktop.
Function to Limit Revision in WordPress
/*-----this function to limit revision in WordPress----*/
define('WP_POST_REVISIONS', 3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment