Does Litespeed Cache have any sort of a tag or code that we can add to Wordpress templates (header.php, footer.php, single.php, etc) that will exclude current page from being cache?
WP Fastest Cache has this code:
or
Does LC have something similar?
WP Fastest Cache has this code:
Code:
wpfc_exclude_current_page();
Code:
echo "<!–- [wpfcNOT] -–>";