Get a list of comic transcripts.
get_webcomic_transcripts_list( array $args = [] ) : string
Parameters
array $args
Optional arguments.
arrayauthors_list
Optional arguments for get_webcomic_transcript_authors_list(); only used when $item contains the %authors token.stringedit_link
Optional edit link format, like before{{text}}after.stringformat
Optional list format, like before{{join}}after.stringitem
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.arraylanguages_list
Optional arguments for get_webcomic_transcript_languages_list(); only used when $item contains the %languages token.stringparent_link
Optional parent link format, like before{{text}}after.stringwalker
Optional custom Walker class to use instead of Mgsisk\Webcomic\Transcribe\Walker\TranscriptLister.
Return
string
Uses
- get_webcomic_transcripts()
The fields argument is always set toids.