5249* @since 3.0.05250*5251* @param int$post_id Post ID.5252* @param WP_Post$post_after Post object following the update.5253* @param WP_Post$post_before Post object before the update.5254*/5255do_action('post_updated',$post_id,$post_after,$post_before);5256}52575258/**5259* Fires once a post has been saved.5260*5261* The dynamic portion of the hook name,`$post->post_type`, refers to
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.