Import custom field checkboxes
-
I’m exporting some data from a custom post type along with the data held in some custom fields. (built with WP Types / Toolset).
One of the custom fields is checkboxes(3 options).
The data from the checkboxes that is exported is not user friendly at all.
This is an example of 2 options out of 3 selected.
a:2:{s:64:”wpcf-fields-checkboxes-option-109fc7ee4b17bb4e109887ad637ed997-1″;a:1:{i:0;s:1:”1″;}s:64:”wpcf-fields-checkboxes-option-6418efa055e700b722b92f52e2334275-1″;a:1:{i:0;s:1:”1″;}}
How can I get this to export as opt1, opt2, or better still, the actual value of the field as saved in the DB?
The topic ‘Import custom field checkboxes’ is closed to new replies.