Gets the links associated with category $cat_name.
Parameters
$cat_namestringoptional
The category name to use. If no match is found, uses all. Default 'noname'.Default: "noname"
$beforestringoptional
The HTML to output before the link. Default empty.Default: ''
$afterstringoptional
The HTML to output after the link. Default ''.Default: '<br />'
$betweenstringoptional
The HTML to output between the link/image and its description. Not used if no image or $show_images is true. Default ' '.Default: " "
$show_imagesbooloptional
Whether to show images (if defined). Default true.Default: true
$orderbystringoptional
The order to output the links. E.g. 'id', 'name', 'url', 'description', 'rating', or 'owner'. Default 'id'. If you start the name with an underscore, the order will be reversed. Specifying 'rand' as the order will return links in a random order.Default: 'id'
$show_descriptionbooloptional
Whether to show the description if show_images=false/not defined. Default true.Default: true
$show_ratingbooloptional
Show rating stars/chars. Default false.Default: false
$limitintoptional
Limit to X entries. If not specified, all entries are shown. Default -1.Default: -1
$show_updatedintoptional
Whether to show last updated timestamp. Default 0.Default: 0
Signature, return type and hooks compared across 5 parsed releases.
2.1.0
Deprecated. Use get_bookmarks()from the docblock
0.71
Introduced.from the docblock
About this page
Parsed data
Generated from the wordpress-develop 6.9.7 tag, from src/wp-includes/deprecated.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.