wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_update_comment_type_batch_size › WordPress Filter Hooks

Da5.5.0
Deprecaton/a
apply_filters( 'wp_update_comment_type_batch_size', 100 )
Parametri:
  • (int) $comment_batch_size The comment batch size. Default 100.
    Richiesto:
Definito a:
Codex:

Filters the comment batch size for updating the comment type.





Sorgenti

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