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>
5226*5227* @since 5.1.05228*5229* @param int$post_id Post ID.5230* @param WP_Post$post Post object.5231*/5232do_action("edit_post_{$post->post_type}",$post_id,$post);52335234/**5235* Fires once an existing post has been updated.5236*5237* @since 1.2.05238*
History
Introduced in 5.1.0. Unchanged from 6.7.7 through 7.1.0.