Unserializing data
-
This is a wonderful plugin, but I am a bit surprised that it does not run data through
maybe_unserialize()
before exporting it. Serialized data is not very helpful and is very common in WordPress post meta.The plugin does come with the ability to run the export value through a PHP function before export, so I asked it to use
maybe_unserialize
myself. Oddly enough, while the unserialized data shows up perfectly in the preview, it only exports blank values for these unserialized fields.So (1) please consider automatically unserializing (or offering an option to do that) and (2) please check why specifying
maybe_unserialize
as the “Export the value returned by a PHP function” only works for the preview and not the actual exported data.
- The topic ‘Unserializing data’ is closed to new replies.