Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.09 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.09 KB

Search Replace WP CLI for Revolution Slider 6.0 or greater

WP CLI Command to search replace the website URLs in the Revolution sliders

Installation

  • Download the plugin zip file from Github.
  • Upload the zip file to WordPress dashboard in Plugins -> Add new and activate the plugin.

Usage

OPTIONS
  • <id> ID of the slider, also takes "all" as option where it will search accross all the sliders

  • <source-url> Source URL

  • <destination-url> destination URL

  • [--network] Search Replace the strings in Revolution sliders throughout all the sites in multisite network

EXAMPLES
  1. wp rsr 2 <source-url> <destination-url>
  • This will search replace the strings in particular slider which has ID = "2"
  1. wp rsr all <source-url> <destination-url>
  • This will search replace the strings on all the sliders on the site
  1. wp rsr all <source-url> <destination-url> --network
  • This command will will search replace the strings on all sliders accross all the sites in multisite network.