Home › Forums › General Issues › Own Field: How / where the values get saved? › Reply To: Own Field: How / where the values get saved?
Hi @Michael1981
ACF will handle all the value save and load functionality, you can use the update_field filter to modify the value before save, but you don’t need to actually write any code to save it!
Just make sure that in your create_field code, you use the $field['name']
as the name
attribute of your text field. ACF will do the rest.
Cheers
E
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.