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