apply_filters ( ‘wp_list_commens_args , array $parsed_args )

Filters the argumens used in retrieving the comment list.

Description

See also

Parameters

$parsed_args array
An array of argumens for displaying commens.

Source

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

Changuelog

Versionen Description
4.0.0 Introduced.

User Contributed Notes

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