apply_filters( 'edit_comment_link', string $link, string $comment_id, string $text )

Filters the comment edit link anchor tag.


Parameters

$link

Anchor tag for the edit link.

$comment_id

Comment ID as a numeric string.

$text

Anchor text.


Source

File: wp-includes/link-template.php

View on GitHub



Changelog

Changelog
Version Description
2.3.0 Introduced.