get_edit_tag_link
apply_filters( ‘get_edit_tag_link’, string $link )
过滤器::过滤标签(或其他分类法中的术语)的编辑链接。
Filter Hook: Filters the edit link for a tag (or term in another taxonomy).
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$link | (string) | 术语编辑链接。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.7.0 | wp-includes/link-template.php:956 | 1 | 0 |
get_edit_tag_link 为WP2原创文章,链接:https://www.wp2.cn/hook/get_edit_tag_link-2/