Support

Account

Home Forums General Issues update_field not updating fiel Reply To: update_field not updating fiel

  • update_field() returns the meta ID if the meta key (field name) did not exist, it returns true if the value is altered, it returns false if the call fails or the value is not altered.

    This is the same as the return all WP meta update functions. ACF simply returns what is returned by these functions.