maybe_serve_cached_data(); /** * Start saving the cache file * This function is called at wp-settings.php when WP_CACHE is true in wp-config.php */ function wp_cache_postload() { global $ezcache; $ezcache->maybe_write_cache_file(); }