apply_filters( 'edit_term_link', string $link , int $term_id )
Filters the anchor tag for the edit link of a term.
Parameters
- $link
-
The anchor tag for the edit link.
- $term_id
-
Term ID.
Source
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |