How to Disable post revisions and autosave (WordPress)


To totally unlock this section you need to Log-in


Login

The codex says add the following code to your wp-config.php file:

define('WP_POST_REVISIONS', false );

Solution

Put the below line into wp-config.php...

define('WP_POST_REVISIONS', false );


To totally unlock this section you need to Log-in


Login

1 thought on “How to Disable post revisions and autosave (WordPress)”

Comments are closed.