Home › Forums › Add-ons › Repeater Field › dynamically generate subfield content › Reply To: dynamically generate subfield content
Hi @Hube2
The filter to use is the acf/load_value
filter.
You would use this to hook in and modify the repeater field’s value that appears on a ‘post’ (not options page).
In this filter, you can load the options page value and write some logic to loop over the options page value and append any necessary data to the real $value
.
Thanks
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.