过滤评论编辑链接锚标记。
原型
apply_filters( 'edit_comment_link', string $link, int $comment_id, string $text )
参数
$link
(string)
编辑链接的锚标记。
$comment_id
(int)
评论ID。
$text
(string)
锚文本。
源文件
路径:wp-includes/link-template.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/edit_comment_link/