Support

Account

Home Forums Backend Issues (wp-admin) Populate field choices with wp_insert_post Reply To: Populate field choices with wp_insert_post

  • As you can see, I am already use the get_field_object() with the key field (and if I print I get the right object with the right choices). Should I just added the
    acf_update_field($field) after my for loop?

    Thank you