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_form()
Michael Sisk edited this page Apr 10, 2018
·
1 revision
Get a comic transcript form.
get_webcomic_transcript_form( array $args = [] ) : stringOptional 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.
string