function bp_links_check_link_exists($link_id)
{
    return BP_Links_Link::link_exists($link_id);
}