Last updated
This action runs when a comic post is saved. It is actually generated by WordPress Core, in its own save_post method.
$post_ID (int) Post ID.
$post (WP_Post) Post object.
$update (bool) Whether this is an existing post being updated or not.
Last updated