wp-cli / export-command

Exports WordPress content to a WXR file.
MIT License
12 stars 27 forks source link

Ensure post attachment meta is exported correctly #89

Closed schlessera closed 3 years ago

schlessera commented 3 years ago

Post attachment metadata was being stripped for an unknown reason. This PR ensure the needed postmeta is properly being exported.

Fixes #53