Summery Summery
Fires immediately after a post’s comment count is updated in the database.
Syntax Syntax
Parameters Parameters
- $post_id
-
(int) Post ID.
- $new
-
(int) The new comment count.
- $old
-
(int) The old comment count.
Source Source
File: wp-includes/comment.php
Advertisement
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |