Filter hook 'wp_update_comment_type_batch_size'

in WP Core File wp-includes/comment.php at line 3988

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.
	 */