WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_edit_term_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/link-template.php apply_filters 1117 /**
* Filters the edit link for a term.
*
* @since 3.1.0
*
* @param string $location The edit link.
* @param int $term_id Term ID.
* @param string $taxonomy Taxonomy name.
* @param string $object_type The object type.
*/

Hook Parameters

Parameter Type Name Description
string $location The edit link.
int $term_id Term ID.
string $taxonomy Taxonomy name.
string $object_type The object type.