wpseek.com
WordPress开发者和主题制作者的搜索引擎



wp_update_comment_type_batch_size › WordPress过滤钩子

Since5.5.0
已弃用n/a
apply_filters( 'wp_update_comment_type_batch_size', 100 )
参数:
  • (int) $comment_batch_size The comment batch size. Default 100.
    Required: Yes
定义在:
文档:

Filters the comment batch size for updating the comment type.





源码

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