get_edit_term_link

过滤钩子


apply_filters( 'get_edit_term_link', $location, $term_id, $taxonomy, $object_type )
参数
  • (string)
    $location
    The edit link.
    Required:
  • (int)
    $term_id
    Term ID.
    Required:
  • (string)
    $taxonomy
    Taxonomy name.
    Required:
  • (string)
    $object_type
    The object type.
    Required:
定义位置
  • wp-includes/link-template.php
    , line 1117
引入
3.1.0
弃用

Filters the edit link for a term.

return apply_filters( 'get_edit_term_link', $location, $term_id, $taxonomy, $object_type );