get_linkobjects

函数
get_linkobjects ( $category = 0, $orderby = 'name', $limit = 0 )
参数
  • (int) $category Optional. The category to use. If no category supplied, uses all. Default 0.
    Required:
  • (string) $orderby Optional. The order to output the links. E.g. 'id', 'name', 'url', 'description', 'rating', or 'owner'. Default 'name'. 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.
    Required:
    Default: 'name'
  • (int) $limit Optional. Limit to X entries. If not specified, all entries are shown. Default 0.
    Required:
返回值
  • (array)
相关
  • get_bookmarks()
定义位置
相关方法
get_linkobjectsbynameget_linkswp_get_link_catsget_linkrest_is_object
引入
1.0.1
弃用
2.1.0

get_linkobjects: 这个函数用来检索链接对象的数组,它包含网站上每个链接的信息。

获取一个与类别n相关的链接对象数组。

使用方法:

$links = get_linkobjects(1);
if ($links) {
foreach ($links as $link) {
echo ‘

  • ‘.$link->link_name.’
    ‘.$link->link_description.’
  • ‘;
    }
    }

    字段:

    – link_id
    – link_url
    – link_name
    – link_image
    – link_target
    – link_category
    – link_description
    – link_visible
    – link_owner
    – link_rating
    – link_updated
    – link_rel
    – link_notes

    function get_linkobjects($category = 0, $orderby = 'name', $limit = 0) {
    	_deprecated_function( __FUNCTION__, '2.1.0', 'get_bookmarks()' );
    
    	$links = get_bookmarks( array( 'category' => $category, 'orderby' => $orderby, 'limit' => $limit ) ) ;
    
    	$links_array = array();
    	foreach ($links as $link)
    		$links_array[] = $link;
    
    	return $links_array;
    }

    常见问题

    FAQs
    查看更多 >
    闪电侠

    (工作日 10:00 - 18:30 为您服务)

    2026-01-29 09:09:35

    您好,无论是售前、售后、意见建议……均可通过联系工单与我们取得联系。

    您也可选择聊天工具与我们即时沟通或点击查看:

    您的工单我们已经收到,我们将会尽快跟您联系!
    取消
    选择聊天工具: