WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_edit_tag_link

Back to home

Files

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

Hook Parameters

Parameter Type Name Description
string $link The term edit link.