You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While ACF returns null if a field is empty, it returns false if a sub field is empty. Because of this, ACF Fluent does not properly return the default value if a sub field is empty.
The text was updated successfully, but these errors were encountered:
While ACF returns
null
if a field is empty, it returnsfalse
if a sub field is empty. Because of this, ACF Fluent does not properly return the default value if a sub field is empty.The text was updated successfully, but these errors were encountered: