| 开发者 |
webberzone
ajay |
|---|---|
| 更新时间 | 2026年3月6日 21:45 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
WP_HTML_Tag_Processor class to parse and modify external and target="_blank" links in your content efficiently. It adds appropriate ARIA attributes, visual indicators, and optional JavaScript-based warnings based on your configuration. The plugin processes content during the the_content and the_excerpt filters, making it compatible with most themes and page builders. Your stored content remains untouched — the plugin only alters rendered output and does not interfere with REST API responses or admin editing screens.
Why warn users about external links?
target="_blank" can disorient screen reader userstarget="_blank" linksWP_HTML_Tag_Processor class to process links at display timeThis plugin assists with user awareness of external navigation. It does not automatically make your website fully accessible or legally compliant.How it works After activation, the setup wizard guides you through the initial configuration. You can also configure the plugin at Settings > WebberZone Link Warnings. Warning Methods:
target="_blank" linkswebberzone-link-warnings folder to /wp-content/plugins/No. WebberZone Link Warnings only modifies how links are displayed to users. It does not alter the href attribute, link structure, or indexing behaviour. Search engines see your links exactly as you created them.
Yes. The plugin adds screen reader text, ARIA attributes, and (for modal mode) keyboard navigation and focus management.
Yes. WebberZone Link Warnings is translation-ready. It uses standard WordPress translation functions and works with popular multilingual plugins such as WPML and Polylang.
Yes. The plugin processes content through standard WordPress filters (the_content and the_excerpt), making it compatible with most themes, page builders, and the block editor.
Yes. Copy the template file to your-theme/webberzone-link-warnings/redirect-screen.php to override the default redirect screen with your own design.
Add the class wzlw-no-icon to any link where you don't want an icon to appear. For example:
<a href="https://example.com" class="wzlw-no-icon">Link without icon</a>
This will exclude the link from having visual indicators while still maintaining other accessibility features like screen reader text and ARIA attributes.
Yes. Go to Settings > WebberZone Link Warnings > Display tab and find the "Icon Style" dropdown. You can choose from several preset icons:
No. The plugin only alters rendered output. Your stored content remains unchanged.
Your links return to their original state. The plugin doesn't modify your content in the database — it only changes how links are displayed.