get_links_list
get_links_list ( $order = 'name' )
Parameters:- (string) order Sort link categories by 'name' or 'id'
See:Defined at: - Introduced in WordPress: 1.0.1
- Deprecated in WordPress: 2.1.0
Description
Output entire list of links by category.Output a list of all links, listed by category, using the settings in
$wpdb->linkcategories and output it as a nested HTML unordered list.