wp_list_comments_args

过滤钩子


apply_filters( 'wp_list_comments_args', $parsed_args )
参数
  • (array)
    $parsed_args
    An array of arguments for displaying comments.
    Required:
定义位置
  • wp-includes/comment-template.php
    , line 2102
引入
4.0.0
弃用

Filters the arguments used in retrieving the comment list.

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