by BaiatuLuTata on WordPress.org
Replace any string visible to site visitors or found in outgoing emails—titles, content, footers, and more. Comes with a dynamic admin interface.

String Replacer lets you define pairs of strings to search and replace across your WordPress site — including content, post titles, footer text, and outgoing emails. It works instantly and includes a simple admin interface for managing replacements.
wp_mail())mailto: linksHello)Bonjour)support@oldsite.com → help@newbrand.comHello → BonjourACME Inc. → NewCorp"Hello " (with a space) → "Hi " (space preserved)This plugin hooks into:
– the_title and the_content
– template_redirect output buffering
– wp_mail filter (subject, message, and headers)
Developers can use STRIRE_replace_strings( $text ) to apply replacements manually in custom contexts.
Created by Ionut Baldazar
GitHub: https://github.com/baiatulutata
Email: baiatulutata@woomag.ro