wp-cli / export-command

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

Allow to opt-out from dumping specific sections #61

Closed drzraf closed 5 years ago

drzraf commented 5 years ago

Let the formatter know about which WXR sections one requires. Default is still to dump everything, but callee may opt-out from, eg, authors or tags.

schlessera commented 5 years ago

Thanks for the PR, @drzraf !