QNimate

  • CoursesVideos
  • WP PremiumPlugins
  • DemosLab
  • Bitcoin BankingBuy, Sell, Store and Earn Interest
  • Home
  • QIdea
  • QTrack
Home Carbon Ads Enable, Disable or Limit WordPress Revisions

Enable, Disable or Limit WordPress Revisions

You can disable WordPress revisions by placing the below code in wp-config.php file

define('WP_POST_REVISIONS', false);

You can also limit the numbers of revisions WordPress can store using the below code

define('WP_POST_REVISIONS', true);
define('WP_POST_REVISIONS', 3); //The number indicates the number of revisions. Here we are keeping only last 3 revisions.
Feb 4, 2015Narayan Prusty
WordPress Enable or Disable Auto UpdateChange WordPress Automatic Save Interval

Leave a Reply Cancel reply

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

Narayan Prusty

I am a full-stack web developer. I specialize in Blockchain and JavaScript. This is my personal blog where I write about programming and technologies that I learn and feel interesting to share.

6 years ago WordPress
Share this
0
GooglePlus
0
Facebook
0
Twitter
0
Linkedin
Related Articles
  • Creating WordPress Tables and Storing Data
  • WordPress Enable Automatic Theme Updates
  • WordPress Enable Automatic Plugin Updates
  • WordPress Disable Automatic Update Emails
  • Change WordPress Default Avatar
Our Sponsor
Freelance: I am available
@narayanprusty
Hi, I am a full-stack developer - focusing on JavaScript, WordPress, Blockchain, DevOps, Serverless and Cordova. You can outsource your app development to me.





Will get back to you soon!!!
WordPress
ReactJS
Meteor
Blockchain
Serverless
Kubernetes
DevOps
DB & Storage
Ejabberd
Let's get started
My Books

2014 - 2015 © QNimate
All tutorials MIT license