You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\comet_cache::clear(); // Clears the entire cache, not what I want
\comet_cache::clearUrl( get_site_url() ); // I think this would clear only page 1
\comet_cache::clearPost( get_option( 'page_on_front' ) ); // This could work, but I use "Recent posts" instead of a page on wp-admin/options-reading.php
The text was updated successfully, but these errors were encountered:
First, thanks for Comet Cache. It's the best Cache plugin and I've been using it for years.
I have the Pro version, I want to clear the Homepage cache programmatically, but the homepage is paginated. How can I achieve that?
Examples:
Page 1: example.com
Page 2: example.com/page/2
Page 287: example.com/page/287
The text was updated successfully, but these errors were encountered: