Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

webcomic_media()

Michael Sisk edited this page Apr 10, 2018 · 1 revision

Display comic media.

webcomic_media( string $format = 'full', mixed $post = null, array $args = [] ) : void

Parameters

string $format

Optional media format, like before{{join}}after{size}. Size may be be any valid image size or a comma-separated list of width and height values in pixels (in that order), and may be specified without the rest of the format arguments.

mixed $post

Optional post to get comic media for.

array $args

Optional arguments.

Return

void

Uses

Clone this wiki locally