Home › Forums › General Issues › Updating a repeater field › Reply To: Updating a repeater field
Thanks for that John – I gave up and went home just after you sent it so didn’t reply 🙂
I know its something silly I’m doing but this works and appends a single item
$imageurls = array_column( $vehicle->{ 'Images'}, 'ImageURI');
foreach( $imageurls as $url ) {
$images= array(
array('field_5e70d223200ab' => $url)
);
}
Its just giving 5 blank entries when $images is set to be an array ie $images[] = …
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.