Meta Box
Support Forum
Support › Meta Box Group › Creating serialized data
Hi, I have a cloneable group field with 3 sub fields. I want to add the values outside of WP and then import. Is there a way I can serialize the cloneable group field myself so it uploads? What is the pattern to follow?
Hello,
You can use the WordPress function maybe_serialize() to serialize an array https://developer.wordpress.org/reference/functions/maybe_serialize/
or use an online tool https://onlinephp.io/serialize
or use an import plugin that supports importing MB group field value. https://www.wpallimport.com/ https://www.smackcoders.com/wp-ultimate-csv-importer-pro.html