wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_update_comment_type_batch_size › WordPress Filter Hooks

Since5.5.0
Deprecatedn/a
apply_filters( 'wp_update_comment_type_batch_size', 100 )
Parameters:
  • (int) $comment_batch_size The comment batch size. Default 100.
    Required: Yes
Defined at:
Codex:

Filters the comment batch size for updating the comment type.





Source

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