Support

Account

Home Forums Add-ons Repeater Field Updating sub-subfield not working Reply To: Updating sub-subfield not working

  • I had a look at the database, how the values are stored. I’ve found a work around by doing this:

    update_option( 'options_vestigingen_'.$parent_i.'_mogelijkheden_'.$child_i.'_gereserveerd', 'a:1:{i:0;s:2:"ja";}' );