1723*1724* @since 2.7.01725*1726* @param string$link Anchor tag for the edit link.1727* @param int$link_id Bookmark ID.1728*/1729echo$before.apply_filters('edit_bookmark_link',$link,$bookmark->link_id).$after;1730}17311732/**1733* Retrieves the edit user link.1734*1735* @since 3.5.0
History
Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.