Wordpress 钩子:cancel_comment_reply_link
文章目录
过滤取消评论回复链接HTML。
原型
apply_filters( 'cancel_comment_reply_link', string $formatted_link, string $link, string $text )
参数
$formatted_link
(string)
HTML格式的取消评论回复链接。
$link
(string)
取消评论回复链接网址。
$text
(string)
取消评论回复链接文字。
源文件
路径:wp-includes/comment-template.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/cancel_comment_reply_link/
文章作者 iBllex
上次更新 2019-02-14