Plugin Directory

Changeset 3247346


Ignore:
Timestamp:
02/26/2025 06:50:12 PM (10 months ago)
Author:
deliciousbrains
Message:

Update README.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • better-search-replace/trunk/README.txt

    r3222329 r3247346  
    11=== Better Search Replace ===
    22Contributors: wpengine, deliciousbrains, mattshaw
    3 Tags: search replace, search and replace, update urls, database, search replace database, update database urls, update live url, better search replace, search&replace
     3Tags: search replace, search and replace, search replace database, update database urls, update live url
    44Requires at least: 3.0.1
    55Tested up to: 6.7
     
    7171= Can I damage my site with this plugin? =
    7272
    73 Yes! Entering a wrong search or replace string could damage your database. Because of this, it is always adviseable to have a backup of your database before using this plugin.
     73Yes! Entering a wrong search or replace string could damage your database. Because of this, it is always advisable to have a backup of your database before using this plugin.
    7474
    7575= How does this work on WordPress Multisite? =
    7676
    77 When running this plugin on a WordPress Multisite installation, it will only be loaded and visible for Network admins. Network admins can go to the dashboard of any subsite to run a search/replace on just the tables for that subsite, or go to the dashboard of the main/base site to run a search/replace on all tables.
     77When this plugin is installed on a WordPress multisite network:
     78
     79* Subsite administrators can only search and replace within tables that belong to that subsite by visiting Dashboard > Tools > Better Search Replace from WP Admin of the subsite.
     80* Network administrators (i.e. Super Admins) and administrators of the primary site can search and replace across all tables in the multisite network by visiting Dashboard > Tools > Better Search Replace from WP Admin of the primary site.
     81
     82To change which users have access to the plugin, the user capability can be modified via code using the `bsr_capability` filter.
    7883
    7984= How can I use this plugin when changing URLs? =
Note: See TracChangeset for help on using the changeset viewer.