Skip to content

Instantly share code, notes, and snippets.

@smtechno
Created October 21, 2017 12:02
Show Gist options
  • Save smtechno/7e60b3e1f85a404071a009bc5e46fb48 to your computer and use it in GitHub Desktop.
Save smtechno/7e60b3e1f85a404071a009bc5e46fb48 to your computer and use it in GitHub Desktop.
Function to Disable Revision in WordPress
/*-----this function to disable revision in WordPress----*/
define('WP_POST_REVISIONS', false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment