cancel_comment_reply_link

最后更新于:2021-11-25 22:32:16

apply_filters( ‘cancel_comment_reply_link’, string $formatted_link, string $link, string $text )

Filters the cancel comment reply link HTML.

参数

$formatted_link

(string)
The HTML-formatted cancel comment reply link.

$link

(string)
Cancel comment reply link URL.

$text

(string)
Cancel comment reply link text.

源文件

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

View on Trac