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
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.zipReadme
🔄 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_contentthe_titlewidget_textwp_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
- Upload the plugin folder to your WordPress
/wp-content/plugins/directory. - Or install via WordPress Admin > Plugins > Upload Plugin.
- Activate the plugin.
- Go to Settings → Find and Replace to begin adding rules.