Changeset 3247351
- Timestamp:
- 02/26/2025 06:58:33 PM (10 months ago)
- File:
-
- 1 edited
-
better-search-replace/tags/1.4.10/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
better-search-replace/tags/1.4.10/README.txt
r3222329 r3247351 1 1 === Better Search Replace === 2 2 Contributors: 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&replace3 Tags: search replace, search and replace, search replace database, update database urls, update live url 4 4 Requires at least: 3.0.1 5 5 Tested up to: 6.7 … … 71 71 = Can I damage my site with this plugin? = 72 72 73 Yes! Entering a wrong search or replace string could damage your database. Because of this, it is always advis eable to have a backup of your database before using this plugin.73 Yes! 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. 74 74 75 75 = How does this work on WordPress Multisite? = 76 76 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. 77 When 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 82 To change which users have access to the plugin, the user capability can be modified via code using the `bsr_capability` filter. 78 83 79 84 = How can I use this plugin when changing URLs? =
Note: See TracChangeset
for help on using the changeset viewer.