Skip to content

Instantly share code, notes, and snippets.

@nickdavis
Created February 17, 2015 17:25
Show Gist options
  • Save nickdavis/d53eb8c3f8d52d72364c to your computer and use it in GitHub Desktop.
Save nickdavis/d53eb8c3f8d52d72364c to your computer and use it in GitHub Desktop.
Disable Post Revisions in WordPress via wp-config.php file
<?php
// Do NOT include the opening php tag
define( 'WP_POST_REVISIONS', false );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment