limiter la r c3 a9vision des articles wordpress

Solutions on MaxInterview for limiter la r c3 a9vision des articles wordpress by the best coders in the world

showing results for - "limiter la r c3 a9vision des articles wordpress"
Jona
16 Oct 2018
1<?php 
2# Maximum 5 revisions #
3define('WP_POST_REVISIONS', 5);
4
5# ou pour desactiver toutes revisions #
6define('WP_POST_REVISIONS', false);
7?>
similar questions