mangapress_the_comic_cover
mangapress_the_comic_cover()
Output the comic's cover image.
@since 4.0.0
Usage
<?php mangapress_the_comic_cover(null, 'comic', ['class' => 'comic-image']); ?>Parameters:
$post (\WP_Post)(optional): Current post object. If null, global$postwill be used instead$size (string)(optional): Image size to load. Defaults tothumbnail.$attr (array)(optional): Query string or array of attributrues
Last updated