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