Last active
July 3, 2024 08:19
-
-
Save davepullig/efddb9a894e0c4a824b4b61183cfb01c to your computer and use it in GitHub Desktop.
WP CLI search and replace URLs for WordPress multisite
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 --network --url=website.dev website.dev website.tld --precise --all-tables |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you try the dry run ?