| 开发者 | beeclear |
|---|---|
| 更新时间 | 2026年4月13日 00:43 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9.4 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
the_content filter, so your database stays clean and all changes are instantly reversible.
How it works
rel, title, aria-label, and class on each link for SEO and accessibility.beeclear-smart-link-manager folder to /wp-content/plugins/.No. Links are injected dynamically at render time via the the_content filter. Your database is never altered — deactivating the plugin removes all links immediately.
Yes. The plugin is tested up to WordPress 6.9.
Yes. Each rule supports a per-page link cap so the same phrase is not linked more than a set number of times on one page.
Go to the plugin settings and click Rebuild Index. You can also enable automatic rebuilding, which triggers on every post save.
The most common causes: the phrase does not match due to case-sensitivity settings, the per-page link limit has been reached, or the post type is excluded in the plugin settings.
Yes. Use the plugin settings to exclude specific post types globally, or use the per-post metabox to disable linking for individual posts.
Use the Export button to download your rules as a file, then use Import on the target site. No manual re-entry needed.
The plugin hooks into the_content filter, which most page builders respect. Compatibility may vary for builders that bypass standard WordPress rendering.
admin_enqueue_scripts hook registration.preg_match call.