pantheon-quicksilver / wp-network-search-replace
Run Search and Replace on WordPress Network sites
Installs: 354
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:quicksilver-script
Requires
- composer/installers: ^1 || ^2
This package is auto-updated.
Last update: 2024-10-12 12:42:22 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