Description
Filters the query arguments for authors with public posts. Allows modification of the authors query arguments before querying.
Occurrences
Filename | Line Number |
---|---|
wp-includes/sitemaps/providers/class-wp-sitemaps-users.php | 154 |
Parameters
Type | Name | Description |
---|---|---|
array | $args | Array of WP_User_Query arguments. |
PHP Doc
/**
* Filters the query arguments for authors with public posts.
*
* Allows modification of the authors query arguments before querying.
*
* @see WP_User_Query for a full list of arguments
*
* @since 5.5.0
*
* @param array $args Array of WP_User_Query arguments.
*/