How to create this cron event?
-
Hey!
I would need to create a cron-event that uses public function of WP-optimize plugin to purge cache of a certain page. This is what I would use on the event:
WPO_Page_Cache::delete_single_post_cache(11);
How would I do this with this plugin?
Thanks in advance!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘How to create this cron event?’ is closed to new replies.