johngodley / search-regex

Search Regex adds a powerful set of search and replace functions to WordPress that go beyond the standard searching capabilities, with full regex support.
https://searchregex.com
GNU General Public License v3.0
32 stars 8 forks source link

Add slashes to replacement value before updating a post or comment #70

Closed johngodley closed 3 years ago

johngodley commented 3 years ago

Updating a post or comment removes slashes, so we need to make sure we add them first otherwise existing slashes will be removed.

Fixes #69