apply_filters( ‘wp_update_comment_type_batch_size’, int $comment_batch_size )

In this article

Filters the comment batch size for updating the comment type.

Parameters

$comment_batch_sizeint
The comment batch size. Default 100.

Source

$comment_batch_size = (int) apply_filters( 'wp_update_comment_type_batch_size', 100 );

Changelog

VersionDescription
5.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.