wp-cli / export-command

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

Add post_modified and post_modified_gmt to the generated WXR export file #74

Closed jmdodd closed 3 years ago

jmdodd commented 3 years ago

This allows for more flexibility when determining which version of a post is the latest one, and makes it possible to implement import logic involving updating and adding revisions to existing posts or pages.

See https://core.trac.wordpress.org/changeset/49910.

schlessera commented 3 years ago

Fixed via #75