Lists authors.
$optioncountbooloptional
Default:false
$exclude_adminbooloptional
Default:true
$show_fullnamebooloptional
Default:false
$hide_emptybooloptional
Default:true
$feedstringoptional
Default:''
$feed_imagestringoptional
Default:''
function list_authors($optioncount = false, $exclude_admin = true, $show_fullname = false, $hide_empty = true, $feed = '', $feed_image = '') {
_deprecated_function( __FUNCTION__, '2.1.0', 'wp_list_authors()' );
$args = compact('optioncount', 'exclude_admin', 'show_fullname', 'hide_empty', 'feed', 'feed_image');
return wp_list_authors($args);
}
| Version | Description |
|---|---|
| 2.1.0 | Use wp_list_authors() |
| 1.2.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/list_authors