Linux 软件免费装
Banner图

Jessore Find & Replace

开发者 sadathossainwp
更新时间 2026年9月3日 12:56
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

html real-time find and replace search and replace regex

下载

1.0.3 1.0.0 1.0.2

详情介绍:

Jessore Find & Replace is a search and replace tool that lets you dynamically swap text, HTML, or links coming from your theme, plugins, or content — right before a page is sent to a visitor's browser. Nothing is written back to your database, theme files, or plugin files, so the change is instant and fully reversible: disable or delete a rule and the original output is back immediately. Because it works on the final page output, it doesn't matter whether the text you want to change comes from your theme, a page builder, a shortcode, or another plugin — if it appears on the page, Jessore Find & Replace can catch it. Key Features Common uses
  1. Swap out text a theme or plugin outputs, without editing theme/plugin files.
  2. Remove or change footer credits, badges, or notices from a theme.
  3. Adjust wording on a shop or checkout page from a plugin you don't want to modify directly.
  4. Update an outdated link (including affiliate or tracking URLs) sitewide without a find-in-files edit.

安装:

  1. Upload the jessore-find-replace folder to /wp-content/plugins/, or install the zip via Plugins → Add New → Upload Plugin.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Go to Settings → Jessore Find & Replace to add your rules.
  4. Click "+ Add Rule" to add as many rules as you need, then Save Changes.

屏幕截图:

  • Adding a new find & replace rule.

常见问题:

Where is my data stored?

In a single option in the wp_options table, no matter how many rules you add.

Is there a limit on the number of rules?

No — add as many as you like.

What does the Regex checkbox do?

Leave it unchecked for a plain, literal text match (the Case sensitive checkbox controls whether letter case matters). Check it to use a PHP-compatible regular expression (PCRE) pattern instead — remember to include delimiters and any modifiers yourself, e.g. /hello/i.

Can I replace a link's URL without changing the visible link text?

Yes. Matching happens on the raw HTML, so a rule can target the URL inside an href="..." attribute independently of the text between the <a> tags.

What does "Scope" do?

"Whole page" matches anywhere in the final HTML. "Post/page content only" and "Post/page titles only" restrict matching to just those parts, so a common word doesn't get replaced somewhere you didn't intend.

The "Test" button says it failed or times out

Some hosts block "loopback" requests (the server calling its own site). If Test consistently fails, ask your host to allow loopback connections, or save the rule and check it on the live page directly.

Does this send any data outside my site?

No. The optional "Test" button sends a request from your own server to your own site's homepage — nothing is sent to any third-party service.

更新日志:

1.0.3 1.0.2 1.0.1 1.0.0