Uly.me

cloud engineer

  • Home
  • About
  • Archives
Home/Archives for keep

June 18, 2020

WordPress Posts Revision

How to turn on post revisions in WordPress. Edit wp-config.php.

/** WordPress Revisions */
define('WP_POST_REVISIONS', false);

/** WordPress Revisions */ define('WP_POST_REVISIONS', false);

Change to:

/** WordPress Revisions */
define('WP_POST_REVISIONS', 10);

/** WordPress Revisions */ define('WP_POST_REVISIONS', 10);

10 is the number of revisions you want to keep.

  • Cloud
  • Linux
  • Git

Copyright © 2012–2021