wpseek.com
WordPress开发者和主题制作者的搜索引擎



edit_tag_link › WordPress过滤钩子

Since2.7.0
已弃用n/a
apply_filters( 'edit_tag_link', $link )
参数:
  • (string) $link The anchor tag for the edit link.
    Required: Yes
定义在:
文档:

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;