WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about edit_tag_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/link-template.php apply_filters 1061 /**
* Filters the anchor tag for the edit link for a tag (or term in another taxonomy).
*
* @since 2.7.0
*
* @param string $link The anchor tag for the edit link.
*/

Hook Parameters

Parameter Type Name Description
string $link The anchor tag for the edit link.