Support

Account

Home Forums Add-ons Repeater Field Saving Repeater Field by Code

Unread

Saving Repeater Field by Code

  • $first_name = Array ( [0] => sgfrafes [1] => srefwsarew [2] => awerses )
    $post_id = 1701;
    {- “$first_name” & “$post_id” are loading dynamically -}
    update_field(‘field_6245a46926bb0’, $first_name, $post_id);

    Getting fields data from form submission & now want to store it in custom post type.
    But upper function doesn’t works. Please help me it is bit urgent. Field Key got from post-edit page by inspecting.

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.