WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_update_comment_type_batch_size

Back to home

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.