wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_list_comments_args › WordPress Filter Hooks

Since4.0.0
Deprecatedn/a
apply_filters( 'wp_list_comments_args', $parsed_args )
Parameters:
  • (array) $parsed_args An array of arguments for displaying comments.
    Required: Yes
Defined at:
Codex:

Filters the arguments used in retrieving the comment list.





Source

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