apply_filters( 'wp_list_authors_args', array $query_args, array $parsed_args )

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


Parameters

$query_args

The query arguments for get_users().

$parsed_args

The arguments passed to wp_list_authors() combined with the defaults.


Source

File: wp-includes/author-template.php

View on GitHub



Changelog

Changelog
Version Description
6.1.0 Introduced.