get_links_list()
get_links_list( string $order = ‘name’ )
按类别输出链接的完整列表。
Output entire list of links by category.
说明(Description)
另见函数 wp_list_bookmarks()
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$order | (string) | 可选 | 按“名称”或“id”对链接类别排序 |
返回(Return)
无返回值
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.1.0 | wp-includes/deprecated.php:1017 | 0 | 5 |
get_links_list() 为WP2原创文章,链接:https://www.wp2.cn/functions/get_links_list/