wp-cli / export-command

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

Allow a category ID to be passed in the --category filter. #90

Closed pento closed 2 years ago

pento commented 2 years ago

When passing a category ID in the --category filter, the export will fail with the following error message:

Warning: Could not find a category matching 12345.

This PR fixes it by checking if the category is numeric, and casting it to an int.