Turn off revisions and set autosave interval


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. // wp-config.php
  2. // Turn off revisions and set autosave interval
  3. define( 'AUTOSAVE_INTERVAL', 600 ); // 60= 1 HOUR.
  4. define ('WP_POST_REVISIONS', 0); // TURN OFF POST REVISIONS.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.