Basically, I need to alter the info the user inputs into an advanced custom fields textbox before it is written to the database but I don’t know how to grab it. I can only get it after it has been written to the meta portion of the database by using get_field()
.
Leave a Reply
You must be logged in to post a comment.
Edit – This answer is no longer accurate for the current version of ACF, see their documentation
Use the
acf_save_post
hook.