Home › Forums › General Issues › ACF Bulk Edit? › Reply To: ACF Bulk Edit?
Hi @waldgnome
ACF saves the custom field and its reference key in the database. The custom field entry is like this:
custom_field_name => the value
While the reference key entry is like this:
_custom_field_name => field_1234567890abc
Where ‘field_1234567890abc’ is the field key. If you want to add it manually, you need to add both of them to the database. If you want to add it programmatically, you can use the update_field() function instead.
Also, it seems that WP All Import has an add-on for ACF. You can check it out here: http://www.wpallimport.com/advanced-custom-fields/. Unfortunately, I’m not so sure if it will work or not. Please ask them first if you want to use it.
I hope this helps 🙂
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.