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 :: php search in object. array 
Php :: How to send data from PHP to Python 
Php :: how to install dompdf in laravel 
Php :: How to create an array from a CSV file using PHP 
Php :: laravel avoid logged in user to access a page 
Php :: wordpress get link to post by id 
Php :: set image asset path in laravel 
Php :: increase upload limit in phpmyadmin docker 
Php :: php quit 
Php :: start php session 
Php :: how to disable register route in laravel 
Php :: wordpress get date of post 
Php :: php install xdebug mac 
Php :: php get object keys 
Php :: alter mysql 8 user root phpmyadmin first install 
Php :: Get User IP address (PHP) 
Php :: show query in laravel 
Php :: check if url is https laravel 
Php :: how to get the average in sql in php 
Php :: php trim string to length 
Php :: padding number in php 
Php :: is users logged in laravel blade 
Php :: php compare two versions return true or false if version is big 
Php :: slug in php 
Php :: laravel api too many requests 
Php :: permissions on ssh 
Php :: php difference between two dates 
Php :: valet laravel 
Php :: laravel api enable cors 
Php :: laravel limit relationship result 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =