apply_filters( 'wp_update_comment_type_batch_size', int $comment_batch_size )
Filters the comment batch size for updating the comment type.
Parameters
- $comment_batch_size
-
The comment batch size. Default 100.
Source
File: wp-includes/comment.php
Changelog
| Version | Description |
|---|---|
| 5.5.0 | Introduced. |