W3cubDocs

/WordPress

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

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

Version Description
1.2.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/edit_post