This page redirects to an external site: https://developer.wordpress.org/reference/functions/wp_get_links/
Languages: English • 日本語 (Add your language)
Displays links associated with a numeric link category ID. This tag uses the settings you specify in the Links Manager (pre-WordPress 2.1 only). For control over the formatting and display of your links within the tag's parameters, see get_links().
<?php wp_get_links( $category ); ?>
Show links for link category 1.
<?php wp_get_links(1); ?>
Mimic the behavior of get_links_list() but do respect the "Before Link", "Between Link and Description", and "After Link" settings defined for Link Categories in the Links Manager.
get_bookmark(), get_bookmark_field(), get_bookmarks(), wp_list_bookmarks()