Description
Filters the edit link for a term.
Occurrences
Filename | Line Number |
---|---|
wp-includes/link-template.php | 1121 |
Parameters
Type | Name | Description |
---|---|---|
string | $location | The edit link. |
int | $term_id | Term ID. |
string | $taxonomy | Taxonomy name. |
string | $object_type | The object type. |
PHP Doc
/**
* 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.
*/