-
-
Notifications
You must be signed in to change notification settings - Fork 29
get_webcomic_transcripts_list()
Michael Sisk edited this page Apr 10, 2018
·
1 revision
Get a list of comic transcripts.
get_webcomic_transcripts_list( array $args = [] ) : string
Optional arguments.
-
array
authors_list
Optional arguments for get_webcomic_transcript_authors_list(); only used when $item contains the %authors token. -
string
edit_link
Optional edit link format, like before{{text}}after. -
string
format
Optional list format, like before{{join}}after. -
string
item
Optional item format, like before{{item}}after. The before text should include two sprintf() tokens, which will be replaced with the transcript ID and CSS class names, respectively. -
array
languages_list
Optional arguments for get_webcomic_transcript_languages_list(); only used when $item contains the %languages token. -
string
parent_link
Optional parent link format, like before{{text}}after. -
string
walker
Optional custom Walker class to use instead of Mgsisk\Webcomic\Transcribe\Walker\TranscriptLister.
string
-
get_webcomic_transcripts()
The fields argument is always set to 'ids'.