Home › Forums › General Issues › What does the Repeater value stored in the DB represent? › Reply To: What does the Repeater value stored in the DB represent?
So that it knows how many rows to get from the db. The sub field names are derived in a loop something like
foreach ($i=0; $i<$rows; $i++) {
$sub_field_meta_key = $repeater_name.'_'.$i.'_'.$sub_field_name;
}
It’s not exactly that, the example is extremely simplified.
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.