pantheon-quicksilver/wp-network-search-replace

Run Search and Replace on WordPress Network sites

dev-main 2021-09-12 05:55 UTC

This package is auto-updated.

Last update: 2024-05-12 11:45:01 UTC


README

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