Which function can I use to get the full meta key of a field by its field key?
So, if I have a field with the name some_field
and the field key field_sd54hfs5df
: How do I get the name by the key?
I found the function acf_get_fields()
and acf_get_field()
, but the names in the returned arrays are not the full names that are stored in the meta database tables.