WebberZone Image Optimizer Developer Reference

WebberZone Image Optimizer Developer Reference

The full developer reference for WebberZone Image Optimizer lives at webberzone.dev, a site generated directly from the plugin source. It documents every action and filter hook, every function, and every class and public method in the plugin, with parameters, return types and @since versions — and it is always regenerated from the current release, so...
How AVIF Encoder Speed Is Chosen

How AVIF Encoder Speed Is Chosen

The AVIF encoder effort setting is a 0–6 dial that belongs to the plugin, not to any encoder. Each driver translates it into its own backend’s native speed scale. This page records the measurements behind that translation so the numbers do not have to be re-derived. The mapping Both built-in drivers use the same table...
WebberZone Image Optimizer WP-CLI

WebberZone Image Optimizer WP-CLI

WebberZone Image Optimizer registers WP-CLI commands under wp wzio, useful for converting a library from a script, cron job, or deployment step without opening the admin screens. wp wzio status Shows which drivers and formats this server can encode, the currently configured formats, and how much of the library is converted. wp wzio convert Converts...
Popular Authors Template Tags

Popular Authors Template Tags

Popular Authors ships four PHP functions you can call from a theme, child theme, or plugin to display or fetch author data. All functions live in the global namespace and require Top 10 to be active. wzpa_list_popular_authors() Render or return the popular authors list. Parameters: $args (array, optional) — accepts the full set of arguments...
WebberZone Snippetz Developer Reference

WebberZone Snippetz Developer Reference

This reference covers the PHP functions, filter hooks, and action hooks exposed by WebberZone Snippetz for use in themes and plugins. All functions are in the WebberZoneSnippetzSnippetsFunctions class. All hook names are prefixed ata_. PHP functions Functions::get_snippet_content( $snippet, $args ) Returns the rendered output for a snippet. Parameters: Returns: string — Rendered snippet HTML, or...
WebberZone Link Warnings Developer Reference

WebberZone Link Warnings Developer Reference

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...
Customizing the Redirect Screen in WebberZone Link Warnings

Customizing the Redirect Screen in WebberZone Link Warnings

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...
Code Block Highlighting Developer Reference

Code Block Highlighting Developer Reference

Developer reference for WebberZone Code Block Highlighting. PHP wrapper functions wzcbh_get_settings() Returns all plugin settings merged with defaults. Returns: array wzcbh_get_option( $key, $default_value ) Returns the value of a single setting key, or the default value if the key does not exist. Parameters: Returns: mixed wzcbh_update_option( $key, $value ) Updates a single setting key in...
WordPress Search Term Highlighting in Better Search

WordPress Search Term Highlighting in Better Search

Better Search can highlight the terms a visitor searched for, both on the search results page and on the post or page they click through to. This makes it easy for visitors to spot why a result matched their query. How it works Highlighting has two settings on the Output tab of the Better Search...
Related Articles in Knowledge Base v2.1.0

Knowledge Base Related Articles

The Knowledge Base plugin ships with a first-party Related Articles engine that can surface contextual links below each article, power the Related Articles block, and feed the Help Widget. This document now starts with a non-technical explainer before diving into the developer reference. Part A – User-Friendly Overview What Related Articles Do Turning the Feature...
Contextual Related Posts CLI

Contextual Related Posts CLI Overview

Contextual Related Posts CLI (CRP-CLI) offers an efficient way to manage Contextual Related Posts via the command line. This tool is part of Contextual Related Posts Pro starting from version 4.2.0. About WP-CLI WP-CLI is a set of command-line tools for managing WordPress installations. You can update plugins, configure multisite installations, and much more, all...
Understanding Better Search Templates

Understanding Better Search Templates

Better Search works out of the box. Install and activate it and you’re ready to go. By default, Better Search integrates with your theme by overriding the main query to display relevant search results. If you turn Seamless Mode off, then Better Search will look for a file called better-search-template.php in your current themes folder....