A regular expression is a string of text that allows you to create patterns to find what you’re looking for in a text. Continue reading

A regular expression is a string of text that allows you to create patterns to find what you’re looking for in a text. Continue reading
Although WP Fastest Cache works flawlessly, sometimes optimizing pages can cause errors. In this case, instead of disabling the plugin completely, you can exclude pages with errors from the 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(); |