Programmatically clear cache for a specific post ID
-
I want to programmatically clear the cache for a specific post in Breeze. So far, the only thing I found is using:
do_action('breeze_clear_all_cache');But this clears the entire cache, which is neither ideal nor performant. Does Breeze offer a way to trigger cache clearing by post ID?
For reference, a similar question was asked before: https://ww.wp.xz.cn/support/topic/programmatically-clear-cache-by-post-id/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.