WP Manifestindependent plugin directory
manifest / content / find-replace-realtime-text

Find and Replace Real-Time Text

Allows admins to define multiple "find and replace" text rules which apply in real-time on the front-end.

by MD Alamin · github.com/developeralaminvi/find-replace-realtime-text · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/developeralaminvi/find-replace-realtime-text/archive/refs/heads/main.zip

Readme

🔄 Find and Replace Real-Time Text (WordPress Plugin)

Find and Replace Real-Time Text is a WordPress plugin that lets administrators define custom find/replace rules that apply live on the front-end and optionally server-side for SEO support.

Built by MD Alamin, this plugin helps dynamically control content across your WordPress site — useful for branding, localization, corrections, and on-the-fly content tweaking.


✨ Features

  • ✅ Define multiple Find & Replace rules from the admin panel
  • ✅ Optional Enable/Disable toggle for each rule
  • 🔄 Real-time JavaScript-based content replacement
  • 🧠 Optional server-side replacement for better SEO/indexing
  • 📁 Import/Export rules as JSON (backup or migration)
  • 🎛 Clean and user-friendly admin UI

🖥 Admin Settings

Go to:
Dashboard → Settings → Find and Replace

There you can:

  • Add/Edit/Delete rules
  • Enable/Disable rules
  • Export rules as .json
  • Import previously saved rules

⚙️ How It Works

Frontend (Real-Time via JS)

Replaces matching text strings using JavaScript once the page is loaded.

Server-Side (Optional)

Text is filtered using WordPress hooks:

  • the_content
  • the_title
  • widget_text
  • wp_nav_menu_items

This ensures replacements are visible to crawlers/SEO tools as well.


👨‍💻 Developer

Name: Alamin
Hire Me on Upwork: Click here to hire
WordPress Experience: Custom plugins, WooCommerce extensions, Elementor widgets
Facebook: Facebook
Email: developeralaminvi@gmail.com


📥 Installation

  1. Upload the plugin folder to your WordPress /wp-content/plugins/ directory.
  2. Or install via WordPress Admin > Plugins > Upload Plugin.
  3. Activate the plugin.
  4. Go to Settings → Find and Replace to begin adding rules.

📦 File Structure

Read the full README on GitHub →