wp_list_comments_args WordPress Filter Hook
The wp_list_comments_args hook allows you to modify the default arguments used when listing comments. This can be useful if you want to customize the order of the comments or change the way they are displayed.
apply_filters( 'wp_list_comments_args', array $parsed_args ) #
Filters the arguments used in retrieving the comment list.
Description
See also
Parameters
- $parsed_args
(array)An array of arguments for displaying comments.
Source
Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |