Anlopan
Member
Posted 7 months ago #
Hello mr.Condon
I got serious issue, linked with json data format.
My lovely "datatable" plugin got a problems with json data (this plugin can't read json, so users are trying to read something like that:
a:1:{i:0;s:2:"66";}).
So, can u make an option to choose output format, include standart decmail values.
Thx a lot, i will wait until the global cataclysm comes.
http://wordpress.org/extend/plugins/advanced-custom-fields/
Hi @Anlopan
the value you pasted above is not json, it is a php array. Similar to a serialized array but something that WordPress does very well.
Are you using the ACF API functions? They will convert it into the correct format
Anlopan
Member
Posted 6 months ago #
Thx for answer, thats what i need)