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



wp_list_comments_args › WordPress Filter Hooks

Seit4.0.0
Veraltetn/v
apply_filters( 'wp_list_comments_args', $parsed_args )
Parameter:
  • (array) $parsed_args An array of arguments for displaying comments.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the arguments used in retrieving the comment list.





Quellcode

$parsed_args = apply_filters( 'wp_list_comments_args', $parsed_args );