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...
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...
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...