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
When I tried to use the ACF field type of message the response from render() was :288eh?
This output is produced when the request to get_field_object() returns null.
2 things:
Cater for the fact that ACF fields of type message do not get assigned a field name.
Improve the debug information... display an Error of some kind in place of the existing code
When I tried to use the ACF field type of
message
the response fromrender()
was:288eh?
This output is produced when the request to
get_field_object()
returns null.2 things:
message
do not get assigned a field name.The text was updated successfully, but these errors were encountered: