WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about edit_term_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/link-template.php apply_filters 1162 /**
* Filters the anchor tag for the edit link of a term.
*
* @since 3.1.0
*
* @param string $link The anchor tag for the edit link.
* @param int $term_id Term ID.
*/

Hook Parameters

Parameter Type Name Description
string $link The anchor tag for the edit link.
int $term_id Term ID.