clean_post_cache
最后更新于:2021-11-25 23:41:14
do_action( ‘clean_post_cache’, int $post_id, GC_Post $post )
Fires immediately after the given post’s cache is cleaned.
参数
- $post_id
-
(int)
Post ID. - $post
-
(GC_Post)
Post object.
源文件
文件: gc-includes/post.php