Skip to content

Instantly share code, notes, and snippets.

@thierrypigot
Created May 28, 2015 08:22
Show Gist options
  • Save thierrypigot/93a86bbffb0f5e4c3444 to your computer and use it in GitHub Desktop.
Save thierrypigot/93a86bbffb0f5e4c3444 to your computer and use it in GitHub Desktop.
WordPress : Désactiver le versionning des articles
<?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