Created
May 28, 2015 08:22
-
-
Save thierrypigot/93a86bbffb0f5e4c3444 to your computer and use it in GitHub Desktop.
WordPress : Désactiver le versionning des articles
This file contains hidden or 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 | |
| // suppression des révisions | |
| define('WP_POST_REVISIONS', false); | |
| // nombre de sauvegarde : 5 | |
| define('WP_POST_REVISIONS', 5); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment