wp_list_comments_args

Advertisement

Summery Summery

Filters the arguments used in retrieving the comment list.

Syntax Syntax

apply_filters( 'wp_list_comments_args', array $parsed_args )

Parameters Parameters

$parsed_args

An array of arguments for displaying comments.

Source Source

File: wp-includes/comment-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.0.0 Introduced.

See also See also

Advertisement

Leave a Reply