wp-cli / export-command

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

Add `--include_once=<section>` parameter for before_posts data in multi-file exports #100

Closed danielbachhuber closed 1 year ago

danielbachhuber commented 1 year ago

Props @jmdodd

Originally https://github.com/wp-cli/export-command/pull/91

Fixes https://github.com/wp-cli/export-command/issues/76

schlessera commented 1 year ago

@jmdodd Would you be up for providing the missing test cases, so we can get this over the finish line?

danielbachhuber commented 1 year ago

@schlessera I can add the test cases, no problem.