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

In this article

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

Parameters

$linkstring
The anchor tag for the edit link.
$term_idint
Term ID.

Source

$link = $before . apply_filters( 'edit_term_link', $link, $term->term_id ) . $after;

Changelog

VersionDescription
3.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.