— UPDATE —
I’ve tried also with the repeater field key as selector param and didn’t worked.
I’ve also tried the add_row like this:
add_row(
$repeater_id,
[
"open_time" => $hour->opening,
"closing_time" => $hour->closing,
],
$post_id
);
And still, doesn’t work.
Thank you John !! That worked perfectly !! 🙂
Have a great weekend 🙂