do_action( 'edit_post', int $post_id , WP_Post $post )
Fires once an existing post has been updated.
Parameters
-
$post_id
int -
Post ID.
-
$post
WP_Post -
Post object.
Source
File: wp-includes/post.php
.
View all references
do_action( 'edit_post', $post_id, $post );
Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |