W3cubDocs

/WordPress

do_action( "save_post_{$post->post_type}", int $post_ID, WP_Post $post, bool $update )

Fires once a post has been saved.

Description

The dynamic portion of the hook name, $post->post_type, refers to the post type slug.

Parameters

$post_ID

(int) Post ID.

$post

(WP_Post) Post object.

$update

(bool) Whether this is an existing post being updated.

Source

File: wp-includes/post.php

View on Trac

Changelog

Version Description
3.7.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/save_post_post-post_type