twentyfourteen_list_authors_query_args

过滤钩子


apply_filters( 'twentyfourteen_list_authors_query_args', $args )
参数
  • (array)
    $args
    Query arguments.
    Required:
定义位置
  • wp-content/themes/twentyfourteen/functions.php , line 514
引入
3.3
弃用

Filters query arguments for listing authors.

$args = apply_filters( 'twentyfourteen_list_authors_query_args', $args );