get_edit_term_link()
get_edit_term_link( int $term_id, string $taxonomy = ”,…
get_edit_term_link( int $term_id, string $taxonomy = ”, string $object_type = ” )
检索用于编辑给定术语的URL。
Retrieves the URL for editing a given term.
目录锚点:#参数#返回#源码#笔记
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$term_id | (int) | 必需 | 术语ID。 |
$taxonomy | (string) | 可选 | 分类学。默认为$term_id标识的术语分类。 |
$object_type | (string) | 可选 | 对象类型。用于突出显示链接页上正确的文章类型菜单。默认为与分类法关联的第一个对象类型。 |
返回(Return)
(string|null)给定术语的编辑术语链接URL,或失败时为空。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.5.0 | wp-includes/link-template.php:997 | 6 | 8 |
笔记(Notes)
获取要编辑的术语链接
传统法典的例子:
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!