Search
 
SCRIPT & CODE EXAMPLE
 

PHP

wp revisions config

// on wp-config.php -->
define( 'WP_POST_REVISIONS', 5 ); // Save max 5 revisions
define('AUTOSAVE_INTERVAL', 120 ); // Save revision automatically after 2 minutes (default 60 sec.)
Comment

wordpress post revisions config

// Inside wp-config.php -> LIMIT POST REVISIONS to 8
define( 'WP_POST_REVISIONS', 8 );
Comment

PREVIOUS NEXT
Code Example
Php :: laravel elasticsearch migration in laravel 
Php :: laravel model created_at format edit 
Php :: Deleting an element from an array in PHP 
Php :: set timezone in php 
Php :: add log in laravel 8 
Php :: laravel multiple where conditions 
Php :: Flutter migrate to Android Studio mac os 
Php :: laravel get request check 
Php :: updating-product stock quantity programmatically woocommerce 
Php :: wp get tagline php 
Php :: model json laravel accessor to convert to array 
Php :: how to convert array to string in php 
Php :: auth.php Class "AppUser" not found 
Php :: save an image use php 
Php :: php random number generator 
Php :: php text to html 
Php :: reset password multipple database laravel 
Php :: cloudflare ip country 
Php :: How do I get the current date and time in PHP? 
Php :: date diff php 
Php :: Exception #0 (MagentoFrameworkExceptionValidatorException): Invalid template file: 
Php :: if notexists in laravel query 
Php :: PHP not working centos 8 
Php :: codeigniter 3 or where not in 
Php :: Sending Data over another website via laravel 
Php :: import facade URL laravel 
Php :: laravel update model from request 
Php :: cut long text laravel blade 
Php :: laravel show debug query sql 
Php :: Append a text string to WooCommerce single product title 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =