Support

Account

Home Forums Add-ons Repeater Field Repeater not saving on some pages, but works on others? Reply To: Repeater not saving on some pages, but works on others?

  • Perhaps a temp fix:

    // lines 30-31 of core/controllers/input.php
    add_action(‘save_post’, array($this, ‘save_post’), 10, 1);
    add_action(‘pre_post_update’, array($this, ‘save_post’));

    It solves the issue for me. I added it to Github to hopefully be stomped in later releases 🙂