Home › Forums › ACF PRO › ACF and author.php loop customization › Reply To: ACF and author.php loop customization
the meta key where the user ID is stored will be "{$repeater_name}_{$row}_{$sub_field_name}"
, so there will be a different meta key for each row. You’re going to need to do a regular expression, I don’t know what the regex is for MySQL but for php it would be /^repeater_name_[0-9]+_sub_field_name$/
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.