wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wp_update_comment_type_batch_size › Filtr WordPress Hooks

Od5.5.0
Przestarzałyn/a
apply_filters( 'wp_update_comment_type_batch_size', 100 )
Parametry:
  • (int) $comment_batch_size The comment batch size. Default 100.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the comment batch size for updating the comment type.





Źródło

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