WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about post_updated

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/post.php do_action 4686 /**
* Fires once an existing post has been updated.
*
* @since 3.0.0
*
* @param int $post_ID Post ID.
* @param WP_Post $post_after Post object following the update.
* @param WP_Post $post_before Post object before the update.
*/

Hook Parameters

Parameter Type Name Description
int $post_ID Post ID.
WP_Post $post_after Post object following the update.
WP_Post $post_before Post object before the update.