Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/comment-template.php | apply_filters | 2102 | /** * Filters the arguments used in retrieving the comment list. * * @since 4.0.0 * * @see wp_list_comments() * * @param array $parsed_args An array of arguments for displaying comments. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $parsed_args | An array of arguments for displaying comments. |