wpseek.com
WordPress开发者和主题制作者的搜索引擎



clean_comment_cache › WordPress动作钩子

Since4.5.0
已弃用n/a
do_action( 'clean_comment_cache', $id )
参数:
  • (int) $id Comment ID.
    Required: Yes
定义在:
文档:

Fires immediately after a comment has been removed from the object cache.





源码

do_action( 'clean_comment_cache', $id );