Support

Account

Home Forums Add-ons Repeater Field Repeater field, inside Group field, cannot add entries programmatically Reply To: Repeater field, inside Group field, cannot add entries programmatically

  • — 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.