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



comments_per_page › WordPress Filter Hooks

Da2.6.0
Deprecaton/a
apply_filters( 'comments_per_page', $comments_per_page, $comment_status )
Parametri: (2)
  • (int) $comments_per_page The number of comments to list per page.
    Richiesto:
  • (string) $comment_status The comment status name. Default 'All'.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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