wp_search_replace
Search and replace strings in WordPress database tables to update content, URLs, or configuration values. Preview changes before applying them to ensure accuracy.
Instructions
Search and replace in database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| old_value | Yes | String to search for | |
| new_value | Yes | Replacement string | |
| dry_run | No | Preview changes without applying (default: true) |