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
One can simply add a custom Cron job utilizing the cachify_flush_cache action (no arguments required) action using for example WP Control. Then the cache is flushed periodically in the regular WP cron cycle.
Second option is using WP CLI, if CLI-level is applicable in the desired case. There is a flush action available yet.
Another option is calling the …?_cachify=flush URL behind the admin bar button via Cron. However this required an active session and a Nonce… We might consider migrating this function to an WP API endpoint (there are external auth mechanisms for the API so it can still be secured)
Fastest Cache is providing a smart way to trigger the cache flush via Cron Job:
https://www.wpfastestcache.com/features/clear-cache-via-url/
A user is asking if this is possible to implement in Cachify here:
https://wordpress.org/support/topic/clear-cache-using-cron-job/
The documentation mentions some action hooks but no specific working code example to do that.
How about adding this feature in this or some other way?
The text was updated successfully, but these errors were encountered: