Skip to content

pantheon-quicksilver/wp-network-search-replace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress Network Search Replace

Run WP CLI search and replace on WordPress Network sites, using a primary domain if available.

Installation

This project is designed to be included from a site's composer.json file, and placed in its appropriate installation directory by Composer Installers.

In order for this to work, you should have the following in your composer.json file:

{
  "require": {
    "composer/installers": "^1 || ^2"
  },
  "extra": {
    "installer-paths": {
      "web/private/scripts/quicksilver": ["type:quicksilver-script"]
    }
  }
}

The project can be included by using the command:

composer require pantheon-quicksilver/wp-network-search-replace

Example pantheon.yml

api_version: 1

workflows:
  # Clone Database
  clone_database:
    after:
      - description: "WP Network Search and Replace"
        script: private/scripts/quicksilver/wp-network-search-replace/wp-network-search-replace.php
        type: webphp

About

Search and Replace for WordPress Network Sites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages