Core Function
View Source on Trac ↗ wp_list_authors()
wp_list_authors( mixed $args = '' ) Lists all the authors of the site, with several options available.
Parameters 1 required
| Name / Type | Description |
|---|---|
| mixed | (string | array) $args { Optional. Array or string of default arguments. Required |
Return Value
((void)
| string) Void if 'echo' argument is true, list of authors if 'echo' is false.
Function Information
Since Version
1.2.0
Source File
wp-includes/author-template.php
Advertisement