REST API Overview ZiziCache provides a comprehensive REST API that enables programmatic control of cache management, optimization settings, and system monitoring. The API is designed for integration with automation tools, monitoring systems, and custom applications. API Authentication WordPress Nonce Authentication All API requests require proper WordPress authentication: Headers: X-WP-Nonce: [nonce_value] Content-Type: application/json Getting Nonce Value...
Developer Integration Overview ZiziCache provides a comprehensive collection of hooks and filters that enable developers to customize and extend plugin functionality. This developer guide covers all available integration points, customization examples, and best practices for extending ZiziCache. Action Hooks Cache Management Hooks Cache Purge Actions // Fired before cache purge do_action('zizi_cache_before_purge', $type, $urls); // Fired...