apply_filters( ‘wp_list_comments_args’, array $parsed_args )

Filters the arguments used in retrieving the comment list.

Description

See also

Parameters

$parsed_argsarray
An array of arguments for displaying comments.

Source

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

Changelog

VersionDescription
4.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.