Home › Forums › Backend Issues (wp-admin) › Adding Taxonomies Dynamically and Removing Unwanted Ones › Reply To: Adding Taxonomies Dynamically and Removing Unwanted Ones
The errors are because the add_filter statement is wrong.
try this
add_filter('acf/update_value/name=repeater_field_name', 'my_remove_terms', 10, 3);
change `get_options’ to ‘get_option’, I make that mistake every time I use that function, my fingers always add that dang s
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.