This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 29
get_webcomic_collections_list()
Michael Sisk edited this page Apr 10, 2018
·
1 revision
Get a list of collections.
get_webcomic_collections_list( array $args = [] ) : string
Optional arguments.
-
string
format
Optional list format, like before{{join}}after. Including<select>
or<optgroup>
elements will convert links to<option>
elements. Using 'webcomics_optgroup' as the join will replace collection links with a list of comic<option>
elements wrapped in an<optgroup>
. -
string
link
Optional link text, like before{{text}}after. -
mixed
link_post
Optional reference post for collection links. -
array
link_args
Optional link arguments. -
string
feed
Optional collection feed link text. -
string
feed_type
Optional collection feed type; one of atom, rss, or rss2. -
int
cloud_min
Optional weighted list minimum font size. -
int
cloud_max
Optional weighted list maximum font size. -
string
current
Optional collection ID of the current collection. -
string
walker
Optional custom Walker class to use instead of Mgsisk\Webcomic\Collection\Walker\CollectionLister. -
array
webcomics
Optional get_webcomics_list() arguments.
string
-
get_webcomic_collections()
The fields argument is always set toids
.