apply_filters( 'edit_term_link', string $link, int $term_id )

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


Description Description


Parameters Parameters

$link

(string) The anchor tag for the edit link.

$term_id

(int) Term ID.


Top ↑

Source Source

File: wp-includes/link-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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