Get a comic transcript form.
get_webcomic_transcript_form( array $args = [] ) : string
Parameters
array $args
Optional arguments.
stringcancel_link
Optional cancel link text. Should not contain block-level elements, as the link will be wrapped in a<span>.stringcancel_link_hash
Optional cancel link URL hash.arrayfields
Optional form fields.stringform
Optional form structure, like before{{fields}}after. Should include the %fields token.stringformat
Optional form format, like before{{form}}after. Should include the %cancel-link and %form tokens.stringlogged_in_as
Optional message to display to logged-in users.stringmust_log_in
Optional message to display to anonymous users if they must login to transcribe.mixedpost_parent
Optional comic the form belongs to.mixedpost
Optional comic transcript ID the form is for.stringtranscript_notes_after
Optional message to display after the transcript field.stringtranscript_notes_before
Optional message to display before the the form fields.
Return
string