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(); |
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(); |
If you don’t want some pages to be cached, you can use Exclude Page feature. There are two ways to exclude specific pages from being cached: “Exclude Tab” and “HTML Comment”