edit_tag_link

过滤钩子


apply_filters( 'edit_tag_link', $link )
参数
  • (string)
    $link
    The anchor tag for the edit link.
    Required:
定义位置
  • wp-includes/link-template.php
    , line 1061
引入
2.7.0
弃用

Filters the anchor tag for the edit link for a tag (or term in another taxonomy).

echo $before . apply_filters( 'edit_tag_link', $link ) . $after;