Answers for "enable post revisions wordpress"

PHP
0

wordpress post revisions config

// Inside wp-config.php -> LIMIT POST REVISIONS to 8
define( 'WP_POST_REVISIONS', 8 );
Posted by: Guest on January-25-2021

Code answers related to "enable post revisions wordpress"

Browse Popular Code Answers by Language