Filters a post’s comment count before it is updated in the database.
Parameters
$new
int|null- The new comment count. Default null.
$old
int- The old comment count.
$post_id
int- Post ID.
Source
* @param int $post_id Post ID
Changelog
Version | Description |
---|---|
4.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.