Skip to content

Commit 2019a69

Browse files
Document use of the IMPORT_DEBUG constant (#82)
1 parent e40f432 commit 2019a69

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ wp import <file>... --authors=<authors> [--skip=<data-type>]
1616
Provides a command line interface to the WordPress Importer plugin, for
1717
performing data migrations.
1818

19+
Use `define( 'IMPORT_DEBUG', true );` for more verbosity during importing.
20+
1921
**OPTIONS**
2022

2123
<file>...

src/Import_Command.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ class Import_Command extends WP_CLI_Command {
1010
* Provides a command line interface to the WordPress Importer plugin, for
1111
* performing data migrations.
1212
*
13+
* Use `define( 'IMPORT_DEBUG', true );` for more verbosity during importing.
14+
*
1315
* ## OPTIONS
1416
*
1517
* <file>...

0 commit comments

Comments
 (0)