> For the complete documentation index, see [llms.txt](https://mangapress.gitbook.io/manga-press-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mangapress.gitbook.io/manga-press-documentation/actions/mangapress_theme-compatible-usdtheme.md).

# mangapress\_theme\_compatible-$theme

## mangapress\_theme\_compatible-$theme

Allow third-party themes to declare Manga+Press compatibility options.

**@since** 4.0.0

## Usage

```php
function my_theme__add_manga_press_support() {
  /**
   * Add Manga+Press template hooks or load a file to handle support.
   */
}
add_action('mangapress_theme_compatible-my_theme', 'my_theme__add_manga_press_support');
```
