1536* @since 2.3.01537*1538* @param string$link Anchor tag for the edit link.1539* @param int$post_id Post ID.1540* @param string$text Anchor text.1541*/1542echo$before.apply_filters('edit_post_link',$link,$post->ID,$text).$after;1543}15441545/**1546* Retrieves the delete posts link for post.1547*1548* Can be used within the WordPress loop or outside of it, with any post type.
History
Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.