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