Answers for "wp revisions limit"

PHP
0

wp revisions 0

define( 'WP_POST_REVISIONS', 0 );
Posted by: Guest on March-08-2021
0

wp limit post revisions

define('WP_POST_REVISIONS', 8);
Posted by: Guest on June-10-2021

Browse Popular Code Answers by Language