On this page
apply_filters( 'edit_term_link', string $link, int $term_id )
Filters the anchor tag for the edit link of a term.
Parameters
$linkstring-
The anchor tag for the edit link.
$term_idint-
Term ID.
Source
File: wp-includes/link-template.php. View all references
$link = $before . apply_filters( 'edit_term_link', $link, $term->term_id ) . $after;
Related
Used By
| Used By | Description |
|---|---|
| edit_term_link() wp-includes/link-template.php | Displays or retrieves the edit term link with formatting. |
Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/edit_term_link