Skip to content

Commit eb1cc91

Browse files
drzrafCopilot
andauthored
Update src/Search_Replace_Command.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8b45d7e commit eb1cc91

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/Search_Replace_Command.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ class Search_Replace_Command extends WP_CLI_Command {
120120
private $start_time;
121121

122122
/**
123+
* WHERE clause specifications for filtering rows during search-replace operations.
124+
*
125+
* The array is structured as [table_name => [column_name => [values]]], where each
126+
* table name maps to an array of column names, each of which maps to an array of
127+
* string values to match in the WHERE clause. If set to false, no filtering is applied.
128+
*
123129
* @var array<string, array<string, string[]>>|false
124130
*/
125131
private $where;

0 commit comments

Comments
 (0)