105* Fires after a link has been deleted.106*107* @since 2.2.0108*109* @param int$link_idID of the deleted link.110*/111do_action('deleted_link',$link_id);112113clean_bookmark_cache($link_id);114115returntrue;116}117
History
Introduced in 2.2.0. Unchanged from 6.7.7 through 7.1.0.