Home › Forums › Backend Issues (wp-admin) › get_field inside an acf/load_value function › Reply To: get_field inside an acf/load_value function
Thanks! Your solution would be ideal for most people.
Unfortunately, remove_action isn’t available to me, because I’m using Tom McFarlin’s WordPress Plugin Boilerplate. (add_action/filter become methods, no equivalent for remove). Adding a remove_action has been discussed for several years but not implemented.
This fork of WPPB adds a remove method.
However in the end, I implemented a separate filter just for post title, on wp_insert_post_data
, which sets a value for $data['post_title']
.
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.