Support

Account

Home Forums ACF PRO A lot of weird things happening Reply To: A lot of weird things happening

  • I believe the syntax has changed to just pass the acf field name now? As that appears to work for me.

    e.g.
    update_field(‘dob’, $dobVal, ‘user_’ . $user_id);

    instead of

    update_field(get_acf_key(‘dob’), $dobVal, ‘user_’ . $user_id);