edit_comment_link

最后更新于:2021-11-26 09:04:24

apply_filters( ‘edit_comment_link’, string $link, int $comment_id, string $text )

Filters the comment edit link anchor tag.

参数

$link

(string)
Anchor tag for the edit link.

$comment_id

(int)
Comment ID.

$text

(string)
Anchor text.

源文件

文件: gc-includes/link-template.php

View on Trac