Support

Account

Home Forums Backend Issues (wp-admin) ACF field on WC Order not saved before email sent Reply To: ACF field on WC Order not saved before email sent

  • If WC is sending the email before ACF saves the field, unfortunately, you will not be able to use get_field() to get ACF values. Instead you will need to use $_POST['acf'][ACF FIELD KEY] to get the values.