Support

Account

Home Forums Add-ons Repeater Field using update_field on a repeater in options page Reply To: using update_field on a repeater in options page

  • Hi @dverleger

    Currently, any functions loading or saving data to the repeater field must be run AFTER the init action.

    It is most likely that you code is within the root of the funtions.php file, and needs to be moved inside a function connected to the init action.

    Hope that helps

    Thanks
    E