do_action( "edit_post_{$post->post_type}", int $post_ID, WP_Post $post )
Fires once an existing post has been updated.
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.
Source
File: wp-includes/post.php
Changelog
Version | Description |
---|---|
5.1.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/edit_post_post-post_type