This repository was archived by the owner on Jan 2, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
get_webcomic_transcript_terms_list()
Michael Sisk edited this page Apr 10, 2018
·
1 revision
Get a list of comic transcript terms.
get_webcomic_transcript_terms_list( array $args = [] ) : stringOptional arguments.
-
arraycurrent
Optional term ID of the current term or terms. -
stringformat
Optional flat list format, like before{{join}}after. Including<select>or<optgroup>elements will convert links to<option>elements. Using webcomics_optgroup as a join will replace collection links with a list of comic<option>elements wrapped in an<optgroup>. When $hierarchical is true, before and after are mapped to the $start and $end arguments. -
stringstart
Optional text to prepend to the list when $hierarchical is true. -
stringstart_lvl
Optional text to prepend to a list level when $hierarchical is true. -
stringstart_el
Optional text to prepend to list items when $hierarchical is true. -
stringend_el
Optional text to append to list items when $hierarchical is true. -
stringend_lvl
Optional text to append to a list level when $hierarchical is true. -
stringend
Optional text to append to the list when $hierarchical is true. -
stringwalker
Optional custom Walker class to use instead of Mgsisk\Webcomic\Transcribe\TermLister.
string
-
get_webcomic_transcript_terms()
The fields argument is always set toall.