Created
November 22, 2024 08:27
-
-
Save azamatx/da41cc3c29750f56ca18648cc406df22 to your computer and use it in GitHub Desktop.
WP CLI search & replace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wp search-replace 'Places' 'Waters' --all-tables --precise | |
wp search-replace 'places' 'waters' --all-tables --precise | |
wp search-replace 'Place' 'Water' --all-tables --precise | |
wp search-replace 'place' 'water' --all-tables --precise |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment