Created
February 17, 2015 17:25
-
-
Save nickdavis/d53eb8c3f8d52d72364c to your computer and use it in GitHub Desktop.
Disable Post Revisions in WordPress via wp-config.php file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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