Support

Account

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

  • Hi @aedandev

    I’ve just tested it, and it was working as it should be. Maybe there’s something wrong with your custom get_acf_key() function. Could you please provide the key manually like the following:

    update_field('field_1234567890', $dobVal, 'user_' . $user_id);

    Where “field_1234567890” is the key of your field.

    Thanks!