Closed coreykn closed 3 years ago
Update Cache_Enabler_Engine::end_buffering() to always return a string for the ob_start() callback. Move the cache_enabler_page_contents_before_store filter hook to Cache_Enabler_Disk::cache_page() instead.
Cache_Enabler_Engine::end_buffering()
ob_start()
cache_enabler_page_contents_before_store
Cache_Enabler_Disk::cache_page()
Update
Cache_Enabler_Engine::end_buffering()
to always return a string for theob_start()
callback. Move thecache_enabler_page_contents_before_store
filter hook toCache_Enabler_Disk::cache_page()
instead.