For the complete documentation index, see llms.txt. This page is also available as Markdown.

mangapress_theme_supports_cover_images

mangapress_theme_supports_cover_images()

Checks if theme supports Manga+Press Cover Images.

@since 4.0.0

Usage

  if (mangapress_theme_supports_cover_images()) {
    // load Cover Image support functionality
  }

Last updated