get_linkobjectsbyname

函数
get_linkobjectsbyname ( $cat_name = "noname", $orderby = 'name', $limit = -1 )
参数
  • (string) $cat_name Optional. The category name to use. If no match is found, uses all. Default 'noname'.
    Required:
    Default: "noname"
  • (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 -1.
    Required:
    Default: -1
返回值
  • (array)
相关
  • get_bookmarks()
定义位置
相关方法
get_linksbynameget_linkobjectsget_linkcatnamewp_get_linksbynameget_object_subtype
引入
1.0.1
弃用
2.1.0

get_linkobjectsbyname: 这个函数用来检索一个给定链接类别名称的链接对象数组。

获取与类别$cat_name相关的链接对象数组。

$links = get_linkobjectsbyname( ‘fred’ );
foreach ( $links as $link ) {
echo ‘

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

    function get_linkobjectsbyname($cat_name = "noname" , $orderby = 'name', $limit = -1) {
    	_deprecated_function( __FUNCTION__, '2.1.0', 'get_bookmarks()' );
    
    	$cat_id = -1;
    	$cat = get_term_by('name', $cat_name, 'link_category');
    	if ( $cat )
    		$cat_id = $cat->term_id;
    
    	return get_linkobjects($cat_id, $orderby, $limit);
    }

    常见问题

    FAQs
    查看更多 >
    闪电侠

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

    2025-12-06 03:33:08

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

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

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