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

get_webcomic()

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

Get a comic.

get_webcomic( mixed $post = null, array $args = [] ) : mixed

Parameters

mixed $post

Optional post to get.

array $args

Optional arguments.

  • string relation
    Optional relational post to get; one of first, previous, next, last, or random. When set, $post becomes the point of reference for determining the related post to get.

Return

mixed

Uses

Clone this wiki locally