edit_term_link

Advertisement

Summery Summery

Filters the anchor tag for the edit link of a term.

Syntax Syntax

apply_filters( 'edit_term_link', string $link, int $term_id )

Parameters Parameters

$link

The anchor tag for the edit link.

$term_id

Term ID.

Source Source

File: wp-includes/link-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.

Advertisement

Leave a Reply