Hello,
I was wondering if you had a solution to display the values “unserialized”
for which is displayed without the data code characters like this a:2:{i:0;s:8:”Plongeon”;i:1;s:4:”Yoga”;}
Many thanks !
6 months, 1 week ago
Stefan
Developer
When you’re using the Custom Field column, you can set the field type set to ‘Multiple Values/Serialized’ and the display of the item is a bit more presentable. It is possible to specify a specific key that is present in the serialized data to just show a single item. If you have a more complex data structure, you could consider altering the value yourself with the following hook.