Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

wordpress post revisions config

// Inside wp-config.php -> LIMIT POST REVISIONS to 8
define( 'WP_POST_REVISIONS', 8 );
 
PREVIOUS NEXT
Tagged: #wordpress #post #revisions #config
ADD COMMENT
Topic
Name
5+5 =