Quantcast
Channel: Altschuler
Viewing all articles
Browse latest Browse all 60

How to Disable Post Revisions in WordPress

$
0
0

In order to disable post revisions in WordPress, add the following line of code to your wp-config.php file:

define('WP_POST_REVISIONS', false );

 


Viewing all articles
Browse latest Browse all 60