256* Fires after a link was added to the database.257*258* @since 2.0.0259*260* @param int$link_idID of the link that was added.261*/262do_action('add_link',$link_id);263}264clean_bookmark_cache($link_id);265266return$link_id;267}268
History
Introduced in 2.0.0. Unchanged from 6.7.7 through 7.1.0.