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.
1 parent fb17561 commit e559ecfCopy full SHA for e559ecf
src/Search_Replace_Command.php
@@ -5,11 +5,11 @@ class Search_Replace_Command extends WP_CLI_Command {
5
private $dry_run;
6
private $export_handle = false;
7
private $export_insert_size;
8
- private $regex_limit;
9
private $recurse_objects;
10
private $regex;
11
private $regex_flags;
12
private $regex_delimiter;
+ private $regex_limit = 1;
13
private $skip_tables;
14
private $skip_columns;
15
private $include_columns;
0 commit comments