wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_update_comment_type_batch_size › WordPress Filter Hooks

Seit5.5.0
Veraltetn/v
apply_filters( 'wp_update_comment_type_batch_size', 100 )
Parameter:
  • (int) $comment_batch_size The comment batch size. Default 100.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the comment batch size for updating the comment type.





Quellcode

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