wp-menu-import-export-cli icon indicating copy to clipboard operation
wp-menu-import-export-cli copied to clipboard

WP Menu Importer/Exporter CLI Command

Results 2 wp-menu-import-export-cli issues
Sort by recently updated
recently updated
newest added

Sometimes the user needs to use the `name` instead of `id` for terms when export/import the JSON file. Right now the default index is the `id` of the term. We...

enhancement

Add CLI argument to allow to create WP terms if those don't exist when importing the JSON file. The argument could be like this: `wp menu import menu.json --create=posts,terms`

enhancement