Description
Filters the comment batch size for updating the comment type.
Occurrences
Filename | Line Number |
---|---|
wp-includes/comment.php | 3988 |
Parameters
Type | Name | Description |
---|---|---|
int | $comment_batch_size | The comment batch size. Default 100. |
PHP Doc
/**
* 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.
*/