• I went through the code, however the plugin doesnt seem to recognize DONOTCACHEPAGE flag which all major WP caching plugins recognize.

    Is there a way to tell WP Fastest Cache via PHP to not cache a page? Like setting a flag if a certain page which we dont want cached is being loaded?

Viewing 16 replies (of 16 total)
  • I add Hook my Product page (woocoomerce):
    <? php
    wpfc_exclude_current_page();

    But not working

Viewing 16 replies (of 16 total)

The topic ‘Does this plugin recognize DONOTCACHEPAGE flag?’ is closed to new replies.