Support

Account

Home Forums General Issues Update_row for a single group field

Unread

Update_row for a single group field

  • Is it possible to update a single group field without a loop?

    I have tried the following:

    update_field( 'address', $inv_addr, $customer_id );

    update_sub_field( 'address', $inv_addr, $customer_id );

    Thanks in advance

Viewing 1 post (of 1 total)

The topic ‘Update_row for a single group field’ is closed to new replies.