function bp_links_get_all($args)
{
    return BP_Links_Link::get_all($args);
}