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
method.
Parameters
$post_ID (int
) Post ID.$post (WP_Post)
Post object.$update (bool)
Whether this is an existing post being updated or not.