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



wp_list_users_args › WordPress过滤钩子

Since6.1.0
已弃用n/a
apply_filters( 'wp_list_users_args', $query_args, $parsed_args )
参数: (2)
  • (array) $query_args The query arguments for get_users().
    Required: Yes
  • (array) $parsed_args The arguments passed to wp_list_users() combined with the defaults.
    Required: Yes
定义在:
文档:

Filters the query arguments for the list of all users of the site.





源码

$query_args = apply_filters( 'wp_list_users_args', $query_args, $parsed_args );