wpseek.com
WordPress开发者和主题制作者的搜索引擎



pre_wp_list_authors_post_counts_query › WordPress过滤钩子

Since6.1.0
已弃用n/a
apply_filters( 'pre_wp_list_authors_post_counts_query', false, $parsed_args )
参数: (2)
  • (int[]|false) $post_counts Array of post counts, keyed by author ID.
    Required: Yes
  • (array) $parsed_args The arguments passed to wp_list_authors() combined with the defaults.
    Required: Yes
定义在:
文档:

Filters whether to short-circuit performing the query for author post counts.





源码

$post_counts = apply_filters( 'pre_wp_list_authors_post_counts_query', false, $parsed_args );