Support

Account

Home Forums Add-ons Repeater Field Programmatically updating repeater fields Reply To: Programmatically updating repeater fields

  • You are calling the function from the plugin before the theme is initialized, which means that you are calling it before the after_theme_setup hook, this also means that you are attempting to call the acf function before the init hook which means that you are trying to call acf function before acf is initialized.

    https://codex.wordpress.org/Plugin_API/Action_Reference