This article covers the filters, actions, PHP functions, and integration points for WebberZone Link Warnings. All hooks use the wzlw prefix. PHP wrapper functions These global functions are defined in includes/options-api.php and are available after the plugin loads. wzlw_get_settings() Returns the full settings array, merged with defaults. Returns: array wzlw_get_option( $key, $default_value ) Returns a...
This article is intended for advanced users and developers who want to modify the behavior of the Redirect screen in WebberZone Link Warnings. When the warning method is set to Redirect screen or Inline indicators + Redirect screen, clicking an external link opens an interstitial page before the user reaches the external destination. This page...
WebberZone Link Warnings uses CSS custom properties (variables) for all colors, spacing, and visual tokens. You can override these in your theme stylesheet without modifying plugin files. This guide covers the CSS class reference, custom property reference, and common customization recipes — including replacing the default external link icon. CSS classes added to links The...
This document describes all available settings for the WebberZone Link Warnings plugin. All plugin settings are available at Settings > Link Warnings. The settings page is organized into three tabs: General, Display, and Advanced. Settings are stored in a single WordPress option: wzlw_settings. General tab Warning Method Controls how users are warned about external links....
WebberZone Link Warnings adds accessible warnings to external links and target="_blank" links in your WordPress content. It supports inline visual indicators, modal confirmation dialogs, and redirect interstitial screens — or combinations of these. Requirements Installation From the WordPress dashboard Manual upload First-run wizard On first activation, an admin notice appears offering a guided setup wizard....
WebberZone Link Warnings gives you two sets of CSS classes you can add directly to links (or their containers) in your content. One set suppresses the warning icon or modal on specific links. The other set treats links as external even when they point to your own domain. You do not need to write any...