-
-
Notifications
You must be signed in to change notification settings - Fork 29
webcomic_transcript_terms_list__
Display a list of comic transcript languages.
[webcomic_transcript_terms_list]
Optional term ID of the current term or terms.
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.
Optional text to prepend to the list when $hierarchical is true.
Optional text to prepend to a list level when $hierarchical is true.
Optional text to prepend to list items when $hierarchical is true.
Optional text to append to list items when $hierarchical is true.
Optional text to append to a list level when $hierarchical is true.
Optional text to append to the list when $hierarchical is true.
Optional custom Walker class to use instead of Mgsisk\Webcomic\Transcribe\TermLister.
Optional arguments to use when retrieving post transcripts to determine what terms are related to a post.
Optional taxonomy type, like character or storyline. Specifying a $type overrides any specified $taxonomy; it will be combined with the $collection argument to produce a taxonomy.
Taxonomy name, or array of taxonomies, to which results should be limited.
Whether to hide terms not assigned to any posts.
Optional object ID or an array of object IDs. Results will be limited to terms associated with these objects.
Whether to order terms in ascending or descending order. Accepts 'asc' (ascending) or 'desc' (descending).
Field to order terms by. Accepts term fields ( 'name', 'slug', 'term_group', 'term_id', 'id', 'description', 'parent') and 'count' for term taxonomy count.
The maximum hierarchical depth.