We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
IMPORT_DEBUG
1 parent e40f432 commit 2019a69Copy full SHA for 2019a69
README.md
@@ -16,6 +16,8 @@ wp import <file>... --authors=<authors> [--skip=<data-type>]
16
Provides a command line interface to the WordPress Importer plugin, for
17
performing data migrations.
18
19
+Use `define( 'IMPORT_DEBUG', true );` for more verbosity during importing.
20
+
21
**OPTIONS**
22
23
<file>...
src/Import_Command.php
@@ -10,6 +10,8 @@ class Import_Command extends WP_CLI_Command {
10
* Provides a command line interface to the WordPress Importer plugin, for
11
* performing data migrations.
12
*
13
+ * Use `define( 'IMPORT_DEBUG', true );` for more verbosity during importing.
14
+ *
15
* ## OPTIONS
* <file>...
0 commit comments