Skip to content

Instantly share code, notes, and snippets.

@trepmal
Created May 22, 2015 03:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trepmal/de6ac5f80e89297fcb8f to your computer and use it in GitHub Desktop.
Save trepmal/de6ac5f80e89297fcb8f to your computer and use it in GitHub Desktop.
WP_CLI::run_command( array( 'search-replace', 'old', 'new' ), array( 'network' => true ) );
@thatryan
Copy link

WP_CLI::run_command( array( 'search-replace', $dev_url, $live_url ), array( 'network' => true, 'recurse-objects' => true, 'skip-columns' => 'domain', 'url' => $network_url ) );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment