ZiziCache plugin Developer Tools

Complete ZiziCache REST API Reference

Last Updated: 10. 2. 2026

REST API Overview ZiziCache exposes a REST API for cache control, configuration, monitoring, and optimization tools. This reference reflects the actual implemented routes. Base URL & Namespaces Endpoints are registered under multiple namespaces for compatibility. Preferred base: /wp-json/zizi-cache/v1/... Also available: /wp-json/zizi-cache/... /wp-json/{plugin-dir}/... Note: LCP collection is additionally available under /wp-json/zizicache/v1/lcp. Authentication & Permissions Most endpoints...

ZiziCache Hooks and Filters Developer Guide

Last Updated: 10. 2. 2026

Developer Integration Overview This guide lists the actual hooks and filters implemented in the current ZiziCache codebase. Hooks are grouped by feature area and include only verified names. Action Hooks zizi_cache_before_optimizations — Fires before the HTML optimization pipeline runs. zizi_cache_purge_urls:before ($urls) — Before purging a list of URLs. zizi_cache_purge_urls:after ($urls) — After purging a list...