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
File: wp-includes/comment-template.php
.
View all references
$parsed_args = apply_filters( 'wp_list_comments_args', $parsed_args );
Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |