Skip to content

WP CLI Command to search replace the website URLs in the Revolution sliders v 6.0 and greater

Notifications You must be signed in to change notification settings

khanakiaphp/revslider-search-replace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

WP CLI Command to search replace the website URLs in the Revolution sliders v 6.0 and greater

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages