get_edit_term_link

最后更新于:2021-11-26 22:33:17

apply_filters( ‘get_edit_term_link’, string $location, int $term_id, string $taxonomy, string $object_type )

Filters the edit link for a term.

参数

$location

(string)
The edit link.

$term_id

(int)
Term ID.

$taxonomy

(string)
Taxonomy name.

$object_type

(string)
The object type (eg. the post type).

源文件

文件: gc-includes/link-template.php

View on Trac