do_action( ‘edit_post’, int $post_id, WP_Post $post )

In this article

Fires once an existing post has been updated.

Parameters

$post_idint
Post ID.
$postWP_Post
Post object.

Source

do_action( 'edit_post', $post_id, $post );

Changelog

VersionDescription
1.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.