Home › Forums › Add-ons › Repeater Field › ACF add_row works incorrect › Reply To: ACF add_row works incorrect
I’m not sure there’s enough information to figure this out.
$row_key = array(
'field_565eadf99195b' => $row['location_select'],
'field_565eae049195c' => $row['available_sports']
);
$row_id = add_row('field_565eadcd9195a', $row_key, $post_ID);
can you provide more code to show where the array $row
and the value of $post_ID
are being set?
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.