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



get_edit_term_link › WordPress过滤钩子

Since3.1.0
已弃用n/a
apply_filters( 'get_edit_term_link', $location, $term_id, $taxonomy, $object_type )
参数: (4)
  • (string) $location The edit link.
    Required: Yes
  • (int) $term_id Term ID.
    Required: Yes
  • (string) $taxonomy Taxonomy name.
    Required: Yes
  • (string) $object_type The object type.
    Required: Yes
定义在:
文档:

Filters the edit link for a term.





源码

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