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



edit_term_link › WordPress过滤钩子

Since3.1.0
已弃用n/a
apply_filters( 'edit_term_link', $link, $term->term_id )
参数: (2)
  • (string) $link The anchor tag for the edit link.
    Required: Yes
  • (int) $term_id Term ID.
    Required: Yes
定义在:
文档:

Filters the anchor tag for the edit link of a term.





源码

$link = $before . apply_filters( 'edit_term_link', $link, $term->term_id ) . $after;