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 a8fe0c2 commit 9dd7f8fCopy full SHA for 9dd7f8f
README.md
@@ -134,7 +134,7 @@ change primary key values.
134
$ wp search-replace '\[foo id="([0-9]+)"' '[bar id="\1"' --regex --regex-flags='i'
135
136
# Turn your production multisite database into a local dev database
137
- $ wp search-replace --url=example.com example.com example.test 'wp_*options' wp_blogs
+ $ wp search-replace --url=example.com example.com example.test 'wp_*options' wp_blogs wp_site --network
138
139
# Search/replace to a SQL file without transforming the database
140
$ wp search-replace foo bar --export=database.sql
0 commit comments