Home › Forums › General Issues › Defining field wrapper ID › Reply To: Defining field wrapper ID
This could be done using an acf/load_field filter. All of the fields properties are editable using this filter.
If you want to see what all of the properties of a field are you can add this to your function during testing
echo '<pre>'; print_r($field); echo '</pre>';
~JH
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.