Remove meta info from exported files
-
Hello,
I need to remove the meta data generated when I export demo XML files:
<wp:postmeta>
<wp:meta_key><![CDATA[wp-smpro-smush-data]]></wp:meta_key>
<wp:meta_value><![CDATA[a:2:{s:5:”stats”;a:7:{s:7:”percent”;i:0;s:5:”bytes”;i:0;s:11:”size_before”;i:220151;s:10:”size_after”;i:220151;s:4:”time”;d:2.5;s:11:”api_version”;s:3:”1.0″;s:5:”lossy”;b:0;}s:5:”sizes”;a:7:{s:20:”featured-image-thumb”;O:8:”stdClass”:5:{s:7:”percent”;i:0;s:5:”bytes”;i:0;s:11:”size_before”;i:66777;s:10:”size_after”;i:66777;s:4:”time”;d:0.17000000000000001;}s:27:”featured-image-thumb-medium”;O:8:”stdClass”:5:{s:7:”percent”;i:0;s:5:”bytes”;i:0;s:11:”size_before”;i:41378;s:10:”size_after”;i:41378;s:4:”time”;d:0.23000000000000001;}s:26:”featured-image-thumb-small”;O:8:”stdClass”:5:{s:7:”percent”;i:0;s:5:”bytes”;i:0;s:11:”size_before”;i:5004;s:10:”size_after”;i:5004;s:4:”time”;d:0.050000000000000003;}s:14:”shop_thumbnail”;O:8:”stdClass”:5:{s:7:”percent”;i:0;s:5:”bytes”;i:0;s:11:”size_before”;i:25715;s:10:”size_after”;i:25715;s:4:”time”;d:0.070000000000000007;}s:12:”shop_catalog”;O:8:”stdClass”:5:{s:7:”percent”;i:0;s:5:”bytes”;i:0;s:11:”size_before”;i:68742;s:10:”size_after”;i:68742;s:4:”time”;d:0.32000000000000001;}s:11:”shop_single”;O:8:”stdClass”:5:{s:7:”percent”;i:0;s:5:”bytes”;i:0;s:11:”size_before”;i:5242;s:10:”size_after”;i:5242;s:4:”time”;d:0.76000000000000001;}s:4:”full”;O:8:”stdClass”:5:{s:7:”percent”;i:0;s:5:”bytes”;i:0;s:11:”size_before”;i:7293;s:10:”size_after”;i:7293;s:4:”time”;d:0.90000000000000002;}}}]]></wp:meta_value>
</wp:postmeta>I deactivate the plugin but doesnt work. I need to know what tables in DB I need to remove.
Thanks.
- The topic ‘Remove meta info from exported files’ is closed to new replies.