Support

Account

Home Forums General Issues Update sub field, then get value Reply To: Update sub field, then get value

  • In case someone is still having this issue I fixed it by calling this function:

    acf_flush_value_cache($post_id, $field_name);

    Like the name says, it flushes the cache so ACF can get the new values 🙂