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_prints_list()
Michael Sisk edited this page Apr 10, 2018
·
1 revision
Get a list of comic prints.
get_webcomic_prints_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. -
string
link
Optional link text, like before{{text}}after. -
mixed
link_post
Optional reference post for print links. -
array
link_args
Optional arguments for print links. -
int
cloud_min
Optional weighted list minimum font size. -
int
cloud_max
Optional weighted list maximum font size. -
string
cloud_val
Optional print value to use for cloud calculations; one of sold, adjust, base, left, price, or stock. -
string
walker
Optional custom Walker class to use instead of Mgsisk\Webcomic\Commerce\Walker\PrintLister.
string