Definition:
function list_authors($optioncount = false, $exclude_admin = true, $show_fullname = false, $hide_empty = true, $feed = '', $feed_image = '') {}
Parameters
- bool $optioncount
- bool $exclude_admin
- bool $show_fullname
- bool $hide_empty
- string $feed
- string $feed_image
Source code
function list_authors($optioncount = false, $exclude_admin = true, $show_fullname = false, $hide_empty = true, $feed = '', $feed_image = '') { _deprecated_function( __FUNCTION__, '2.1', 'wp_list_authors()' ); $args = compact('optioncount', 'exclude_admin', 'show_fullname', 'hide_empty', 'feed', 'feed_image'); return wp_list_authors($args); }
2265
No comments yet... Be the first to leave a reply!