get_edit_tag_link()
get_edit_tag_link( int $tag_id, string $taxonomy = ‘post_tag’ )
检索标记的编辑链接。
Retrieves the edit link for a tag.
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$tag_id | (int) | 必需 | 标签ID。 |
$taxonomy | (string) | 可选 | 分类蛞蝓。 |
返回(Return)
(string)给定标记的编辑标记链接URL。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.7.0 | wp-includes/link-template.php:948 | 0 | 3 |
get_edit_tag_link() 为WP2原创文章,链接:https://www.wp2.cn/functions/get_edit_tag_link/