Plugin info

Total downloads: 526
Active installs: 100
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 6/29/2025 (185 days ago)
Added to WordPress: 6/21/2025 (0 years old)
Minimum WordPress version: 5.0
Tested up to WordPress version: 6.8.3
Minimum PHP version: 7.2

Maintenance & Compatibility

Maintenance score

Stale • Last updated 185 days ago • 1 reviews

40/100

Is String Replacer abandoned?

Likely maintained (last update 185 days ago).

Compatibility

Requires WordPress: 5.0
Tested up to: 6.8.3
Requires PHP: 7.2

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Find and Replace All
Rating 3.3/5 (12 reviews)Active installs 10,000
String-Override
Rating 0.0/5 (0 reviews)Active installs 10

Description

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.

Features

  • Replace strings in:
    • Post titles
    • Post content
    • Site-wide output (e.g., footer, widgets, etc.)
    • Outgoing emails (wp_mail())
  • Simple admin UI with:
    • Add/remove rows
    • Live search
    • Pagination
  • Replaces email addresses and works inside mailto: links
  • Preserves leading and trailing spaces in replacement strings
  • Supports multilingual and branding replacement use cases
  • Fully local, compliant with WordPress plugin guidelines

Usage

  1. In the admin screen, add one or more rows:
    • “Original String” (e.g., Hello)
    • “Replacement String” (e.g., Bonjour)
  2. Save your changes.
  3. The plugin will handle replacements in frontend output and emails automatically.

Examples

Filters & Extensibility

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.

Author

Created by Ionut Baldazar
GitHub: https://github.com/baiatulutata
Email: [email protected]

Installation

  1. Upload the plugin to /wp-content/plugins/, or install via the WordPress Plugin Directory.
  2. Activate it via the ‘Plugins’ screen.
  3. Navigate to Settings String Replacer to add your string pairs.

Frequently Asked Questions

Will it work with custom post types or WooCommerce?

Yes, any output that uses the_title or the_content filters, or appears in final HTML output, will be processed. This includes many plugins.

Will it replace strings in dynamic JavaScript or AJAX responses?

No, it only replaces visible strings rendered in HTML or passed through known filters.

Review feed

BaiatuLuTata
6/21/2025

i made this plugin

and it is absolutely awesome! you can take out unwanted links or change that weird label that you don't know where it is coming from

Screenshots

Changelog

1.4.2

  • Added support for preserving leading/trailing whitespace in string replacements
  • Improved sanitization logic using wp_unslash()
  • Updated plugin description and feature list

1.4.1

  • Changed contact information in readme files

1.4

  • Various fixes to get the plugin approved in the directory

1.3

  • Fixed Out of Date Libraries
  • Allowing Direct File Access to plugin files

1.2

  • Added wp_mail support for replacing strings in emails
  • Added search, pagination, and better sanitization in the admin grid
  • Localized all scripts and removed CDN dependencies for WP.org compliance