Clear Cache Hook System is a way for one piece of code to clear cache.
Continue reading

Clear Cache Hook System is a way for one piece of code to clear cache.
Continue reading
It is very simple to exclude any url from the cache. You can call the following function in a theme or a plugin file to exclude current page.
1 |
wpfc_exclude_current_page(); |
You can write your own function that will modify the content of minified or combined css sources before saving. Continue reading
You can write your own function that will work after the cache is cleared. Continue reading
You can use the Buffer Callback Filter feature to make any changes to the html source of a page or minified css/js files before saving.
You can clear the cache by calling the following functions. You can use them outside of the plugin.
Continue reading