Clear the Cache by Calling the Function Hook
You can use hooks to clear cache at specific points in the execution of the code. By strategically placing cache…
Create a Post Cache by ID Using the Function Hook
This function is designed for manually creating page caches.
How to Disable Clear Cache Hook System
Clear Cache Hook System is a way for one piece of code to clear cache.
Exclude Urls by Calling the Function Hook
It is very simple to exclude any url from the cache. You can call the following function in a theme…
Modify Minified CSS by Calling the Function Hook
You can write your own function that will modify the content of minified or combined css sources before saving.
Executing a Function After Clearing All Cache
You can write your own function that will work after the cache is cleared.
Buffer Callback Filter
You can use the Buffer Callback Filter feature to make any changes to the html source of a page or…