Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ wp import <file>... --authors=<authors> [--skip=<data-type>]
Provides a command line interface to the WordPress Importer plugin, for
performing data migrations.

Use `define( 'IMPORT_DEBUG', true );` for more verbosity during importing.

**OPTIONS**

<file>...
Expand Down
2 changes: 2 additions & 0 deletions src/Import_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ class Import_Command extends WP_CLI_Command {
* Provides a command line interface to the WordPress Importer plugin, for
* performing data migrations.
*
* Use `define( 'IMPORT_DEBUG', true );` for more verbosity during importing.
*
* ## OPTIONS
*
* <file>...
Expand Down