| 开发者 | sadathossainwp |
|---|---|
| 更新时间 | 2026年9月3日 12:56 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
<a href="..."> attribute, not just visible text.jessore-find-replace folder to /wp-content/plugins/, or install the zip via Plugins → Add New → Upload Plugin.In a single option in the wp_options table, no matter how many rules you add.
No — add as many as you like.
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.
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.
"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.
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.
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.