过滤术语的编辑链接。
原型
apply_filters( 'get_edit_term_link', string $location, int $term_id, string $taxonomy, string $object_type )
参数
$location
(string)
编辑链接。
$term_id
(int)
术语ID。
$taxonomy
(string)
分类名称。
$object_type
(string)
对象类型(例如,帖子类型)。
源文件
路径:wp-includes/link-template.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/get_edit_term_link/