Support

Account

Home Forums Backend Issues (wp-admin) ACF/SAVE_POST Reply To: ACF/SAVE_POST

  • Before ACF, with a priority of <10 you must use $field = $_POST['acf']['field_abc123']; to get new values, the field name will not work. get_field(), with either the field name or the field key will return the old values.

    With a priorty >10 all methods of getting the values will return the new value.