edit_term_link

最后更新于:2021-11-26 09:08:00

apply_filters( ‘edit_term_link’, string $link, int $term_id )

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

参数

$link

(string)
The anchor tag for the edit link.

$term_id

(int)
Term ID.

源文件

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

View on Trac