Clear some page cache by cron
-
Hi There,
Because i have some pages Updated with news every week on same time, I would like to Auto Purge them by cron Job. Is this Possible? I found this
add_action( 'save_post', 'my_custom_clear_cache', 10, 1 ); function my_custom_clear_cache( ) { $post_id = 123; $GLOBALS['quick_cache']->auto_purge_post_cache($post_id); }
I was put this into a Plugin, but it outputs my just some error messages.
Any Idea?
Thanks in Advance
regards adrian
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Clear some page cache by cron’ is closed to new replies.