Support

Account

Home Forums Backend Issues (wp-admin) acf/save_post Generating Duplicates Reply To: acf/save_post Generating Duplicates

  • old topic, but you can also just add this to wp-config.php instead of adding another plugin.

    // limit revisions to prevent db bloating
    define('WP_POST_REVISIONS', 3);