list_authors [ WordPress Function ]
list_authors ( $optioncount = false, $exclude_admin = true, $show_fullname = false, $hide_empty = true, $feed = '', $feed_image = '' )
| Parameters: |
|
| See: | |
| Returns: |
|
| Defined at: |
|
No description yet.
Source
<?php
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);
}
?>
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- Function Reference/list authors « WordPress Codex
This function has been deprecated. That means it has been replaced by a new function or is no longer supported, and may be removed from future versions.
codex.wordpress.org - WordPress › Support » list_authors()
Is there a way to get list_authors (or another WordPress API to put user-defined text/code before and after each list item it generates? I would like to generate a ...
wordpress.org - Wordpress: Querying list_authors or Users - CSS-Tricks Forums
Wordpress: Querying list_authors or Users. mpoisel May 14 Permalink. So I've been trying to create a template that will create a list of user names (only ...
css-tricks.com - List categories for author: list_categories function inside list_authors ...
Aug 24, 2010 ... But when I try and plug that bit into my list authors function (so that each author in the list has their respective categories displayed) The list of ...
wordpress.stackexchange.com
Kullanýcý Tartýþmalarý [ wordpress.org ]
- ederic on "Admin does not hide"
- Dalton Rooney on "Admin does not hide"
- anafikir on "Limiting the number of authors listed using list_authors or wp_lsit_authors"
- therealhopeful on "list_authors()"
- MichaelH on "list_authors()"
- therealhopeful on "list_authors()"
- MichaelH on "List of authors - linking only to posters"
- snyderjoe on "List of authors - linking only to posters"
- MichaelH on "List of authors - linking only to posters"
- snyderjoe on "List of authors - linking only to posters"