wp_update_comment_count, $post_id, $new, $old
wp_update_comment_count, $post_id, $new, $old
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('wp_update_comment_count, $post_id, $new, $old') is found 1 times:
- /wp-includes/comment.php line 2896
* @param int $post_id Post ID. * @param int $new The new comment count. * @param int $old The old comment count. */ do_action( 'wp_update_comment_count', $post_id, $new, $old ); /** This action is documented in wp-includes/post.php */ do_action( "edit_post_{$post->post_type}", $post_id, $post ); /** This action is documented in wp-includes/post.php */ do_action( 'edit_post', $post_id, $post );