• Resolved bluedogranch

    (@bluedogranch)


    Hi,

    This might be a very basic question, but how does this plugin interact with the global WordPress post/page revisios built into WP core and managed in wp-config.php with define ('WP_POST_REVISIONS', FALSE); and/or define ('WP_POST_REVISIONS', 5);

    Can I safely delete WordPress post revisions (via SQL or a plugin) without deleting Revisions made by this plugin?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Kevin Behrens

    (@kevinb)

    Yes, you can apply that constant without affecting revisions created by this plugin.

    WP_POST_REVISIONS only affects past revisions stored by the WordPress editor.

Viewing 1 replies (of 1 total)

The topic ‘How does this plugin interact with WordPress post/page revisions?’ is closed to new replies.