apply_filters( 'wp_list_comments_args', array $r )

Filters the arguments used in retrieving the comment list.


Description

See also


Parameters

$r

(array) An array of arguments for displaying comments.


Source

File: wp-includes/comment-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.0.0 Introduced.