phpwp_list_bookmarks(array( // 基础过滤 'orderby' => 'name', // 排序依据:name, url, rating..., updated, id 'order' => 'ASC', // 排序方向:ASC, DESC 'limit' => -1,...php$bookmarks = get_bookmarks(array( 'orderby' => 'rating', 'order' => 'DESC',...>三、实战应用场景场景1:简单的友情链接列表(无分类)orderby' => 'rating', 'order' => 'DESC', 'category