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>
5133*5134* @since 5.1.05135*5136* @param int$post_id Post ID.5137* @param WP_Post$post Post object.5138*/5139do_action("edit_post_{$post->post_type}",$post_id,$post);51405141/**5142* Fires once an existing post has been updated.5143*5144* @since 1.2.05145*
History
Introduced in 5.1.0. Unchanged from 6.7.7 through 7.1.0.