Home › Forums › Backend Issues (wp-admin) › Populate field choices with wp_insert_post › Reply To: Populate field choices with wp_insert_post
So that you know, prepare field will only work to populate choices in the admin when editing a post. When using get_field() or the_field() the field will return values selected but it will not return the correct label if the label is different than the value. Also, if you use get_field_object() the choices will not be populated in the returned field object.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.