The dynamic portion of the hook name, $post->post_type, refers to the post type slug. Possible hook names include: <ul> <li>edit_post_post</li> <li>edit_post_page</li> </ul>
5050*5051* @since 5.1.05052*5053* @param int$post_id Post ID.5054* @param WP_Post$post Post object.5055*/5056do_action("edit_post_{$post->post_type}",$post_id,$post);50575058/**5059* Fires once an existing post has been updated.5060*5061* @since 1.2.05062*
History
Introduced in 5.1.0. Unchanged from 6.7.7 through 7.1.0.