wp_list_comments_args WordPress Filter Hook

The wp_list_comments_args hook allows you to modify the default arguments used when listing comments. This can be useful if you want to customize the order of the comments or change the way they are displayed.

apply_filters( 'wp_list_comments_args', array $parsed_args ) #

Filters the arguments used in retrieving the comment list.


Description

Top ↑

See also


Top ↑

Parameters

$parsed_args

(array)An array of arguments for displaying comments.


Top ↑

Source

File: wp-includes/comment-template.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.0.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More