Core Function
View Source on Trac ↗ wp_list_bookmarks()
wp_list_bookmarks( mixed $args = '' ) Retrieves or echoes all of the bookmarks.
Parameters 1 required
| Name / Type | Description |
|---|---|
| mixed | (string | array) $args { Optional. String or array of arguments to list bookmarks. Required |
Return Value
((void)
| string) Void if 'echo' argument is true, HTML list of bookmarks if 'echo' is false.
Function Information
Since Version
2.1.0
Source File
wp-includes/bookmark-template.php
Advertisement