Filter hook 'wp_list_comments_args'

in WP Core File wp-includes/comment-template.php at line 2254

Description

Filters the arguments used in retrieving the comment list.

Occurrences

Filename Line Number
wp-includes/comment-template.php 2254

Parameters

Type Name Description
array $parsed_args An array of arguments for displaying comments.

PHP Doc

/**
	 * Filters the arguments used in retrieving the comment list.
	 *
	 * @since 4.0.0
	 *
	 * @see wp_list_comments()
	 *
	 * @param array $parsed_args An array of arguments for displaying comments.
	 */