Home › Forums › Bug Reports › Programmatically inserting field with update_field() does not at _field_key meta › Reply To: Programmatically inserting field with update_field() does not at _field_key meta
Unfortunately this doesn’t actually seem solve it when I test it out.
If you create a field group settings
, add a field to it my_settings
, when saving via the UI you get a wp_postmeta of settings_my_settings
with a field key like field_59c383916102a
.
If you create it programatically via your recommendation:
update_field( 'field_59c383916102a', $some_html, $some_new_post_id );
In the database you instead get my_settings
(when settings_my_settings
is needed). This causes then field to be empty when then opening it up in the UI.
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.