> 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/savepost-mangapresscomic.md).

# save\_post\_mangapress\_comic

## save\_post\_mangapress\_comic

This action runs when a comic post is saved. It is actually generated by WordPress Core, in its own [`save_post`](https://core.trac.wordpress.org/browser/tags/4.8/src/wp-includes/post.php#L3499) method.

### Parameters

* `$post_ID (int`) Post ID.
* `$post (WP_Post)` Post object.
* `$update (bool)` Whether this is an existing post being updated or not.
