apply_filters( ‘edit_tag_link’, string $link )

In this article

Filters the anchor tag for the edit link for a tag (or term in another taxonomy).

Parameters

$linkstring
The anchor tag for the edit link.

Source

echo $before . apply_filters( 'edit_tag_link', $link ) . $after;

Changelog

VersionDescription
2.7.0Introduced.

User Contributed Notes

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