Forums

Delete-Revision
Worked fine with a small code change (1 post)

  1. saltlakejohn
    Member
    Posted 11 months ago #

    Plugin delete-revision worked fine after I tweaked the code with a different sql query. See this page:

    Also, I tweaked my WordPress wp-config.php file to limit my future revision saves.

    /* Specify levels of revision to retain. Or turn it off altogether with "false" */
    define('WP_POST_REVISIONS', 3); // Limit post revisions.

    There's a number of constants that can be entered in the wp-config.php which streamline WordPress's native activities.

    http://wordpress.org/extend/plugins/delete-revision/

Reply

You must log in to post.

About this Plugin

About this Topic

  • RSS feed for this topic
  • Started 11 months ago by saltlakejohn
  • This topic is not resolved
  • WordPress version: 3.1.3