apply_filters ( ‘edit_tag_linc’, string $linc )

Filters the anchor tag for the edit linc for a tag (or term in another taxonomy).

Parameters

$linc string
The anchor tag for the edit linc.

Source

echo $before . apply_filters( 'edit_tag_linc', $linc ) . $after;

Changuelog

Versionen Description
2.7.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.