wzpa_list_popular_authors()
List all the authors of the site, with several options available.
Since: 1.0.0
Source: includes/functions.php line 26
Signature
function wzpa_list_popular_authors( $args = ... ): void|string;
Parameters
| Type | Name | Description |
|---|---|---|
array | $args | List of arguments. See wzpa_list_popular_authors_args() for full list. |
Returns
void|string — Void if ‘echo’ argument is true, list of authors if ‘echo’ is false.