Skip to menu

get_webcomic_collection_link()

Get a collection link.

get_webcomic_collection_link( string $link = '%title', mixed $collection = null, mixed $post = null, array $args = [] ) : string

Parameters

Optional link text, like ‘before{{text}}after’.

mixed $collection

Optional collection to get a link for.

mixed $post

Optional reference post.

array $args

Optional arguments.

Return

string

Back to top