Support

Account

Home Forums Add-ons Gallery Field Updating the Gallery field, using update_field() Reply To: Updating the Gallery field, using update_field()

  • THE SOLUTION:

    $attachments_array = array('12','13','14',....);
    update_field( 'field_0000000000', $attachments_array , $post_id );