Filter hook 'wp_list_authors_args'

in WP Core File wp-includes/author-template.php at line 470

Description

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

Occurrences

Filename Line Number
wp-includes/author-template.php 470

Parameters

Type Name Description
array $query_args The query arguments for get_users().
array $parsed_args The arguments passed to wp_list_authors() combined with the defaults.

PHP Doc

/**
	 * Filters the query arguments for the list of all authors of the site.
	 *
	 * @since 6.1.0
	 *
	 * @param array $query_args  The query arguments for get_users().
	 * @param array $parsed_args The arguments passed to wp_list_authors() combined with the defaults.
	 */