- Adds two new hooks that can be used to handle custom data like global state when rendering cached content:
cached_content_datafilter to add additional data to the cached object, andcached_content_outputto handle this data when rendering the output.
- Initial release: implement a
the_cached_content()method for fragment-caching page content (default 5 minutes), and automatically restore all block-enqueued styles, scripts, and inline CSS when cached content is served.