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>
5000*5001* @since 5.1.05002*5003* @param int$post_id Post ID.5004* @param WP_Post$post Post object.5005*/5006do_action("edit_post_{$post->post_type}",$post_id,$post);50075008/**5009* Fires once an existing post has been updated.5010*5011* @since 1.2.05012*
History
Introduced in 5.1.0. Unchanged from 6.7.7 through 7.1.0.