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



comments_per_page › WordPress Filter Hooks

Seit2.6.0
Veraltetn/v
apply_filters( 'comments_per_page', $comments_per_page, $comment_status )
Parameter: (2)
  • (int) $comments_per_page The number of comments to list per page.
    Erforderlich: Ja
  • (string) $comment_status The comment status name. Default 'All'.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the number of comments listed per page in the comments list table.





Quellcode

return apply_filters( 'comments_per_page', $comments_per_page, $comment_status );