== SurfLab Search & Replace == **Contributors:** surflabtech **Tags:** search, replace, database **Requires at least:** 5.6 **Requires PHP:** 7.4 **Tested up to:** 6.9 **Stable tag:** 1.0.0 **License:** GPLv3 or later **License URI:** https://opensource.org/licenses/GPL-3.0 A lightweight tool for database search & replace. == Description == **SurfLab Search & Replace** a lightweight tool focused on database search & replace. ### 🚀 Features: Safely perform bulk find-and-replace operations directly on the database. * **Database Management:** Supports all tables and handles **serialized data** (critical for preventing data corruption). * **Safety First:** Includes a "Dry Run" mode to test before applying, case-sensitivity toggles, and specific GUID handling. --- == Installation == Install SurfLab Search & Replace like you would install any other WordPress plugin. Dashboard Method: 1. Login to your WordPress admin and go to Plugins -> Add New 2. Type "SurfLab Search & Replace" in the search bar and select this plugin 3. Click "Install", and then "Activate Plugin" Upload Method: 1. **Download:** Download the plugin zip file. 2. **Upload:** Go to your WordPress Dashboard > Plugins > Add New > Upload Plugin. Select the `surf-sr.zip` file. 3. **Activate:** Click "Activate Plugin". == Frequently Asked Questions == **Can I damage my site with this plugin?** Yes! Database operations are powerful. Entering a wrong search or replace string could break your site. **Always** perform a Backup before running a Search & Replace operation. Use the "Dry Run" feature first to verify what will be changed. **Does this work on WordPress Multisite Installation?** It is compatible with WordPress Multisite. Use with caution on Wordpress Multisite installations. **How to switch between light and dark mode?** You don't have to change anything it will adjust with your browser's preferred theme. == Screenshots == 1. **Search & Replace (LIGHT MODE):** Interface showing search and replace process. 2. **Search & Replace (DARK MODE):** Interface showing search and replace process. 1. **Search & Replace (LIGHT MODE):** Table showing result summary of a operation. 2. **Search & Replace (DARK MODE):** Table showing result summary of a operation.. == Changelog == ### 1.0.0 * Initial release. * Basic Search and Replace functionality. * Serialized data support.