Created
November 13, 2015 03:21
-
-
Save ko31/1789b933ed1b44c1fce5 to your computer and use it in GitHub Desktop.
【WP-CLI】wp search-replaceでURL置換(全テーブル)
This file contains hidden or 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 --all-tables 'http://example.com' 'http://example.jp' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment