clean_comment_cache

动作钩子


do_action( 'clean_comment_cache', $id )
参数
  • (int)
    $id
    Comment ID.
    Required:
定义位置
  • wp-includes/comment.php
    , line 3282
引入
4.5.0
弃用

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

do_action( 'clean_comment_cache', $id );