Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/comment.php | apply_filters | 3944 | /** * Filters the comment batch size for updating the comment type. * * @since 5.5.0 * * @param int $comment_batch_size The comment batch size. Default 100. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int | $comment_batch_size | The comment batch size. Default 100. |