函数原型
cancel_comment_reply_link( string $text = ” )
函数描述
Displays HTML content for cancel comment reply link.
是否弃用
未弃用
函数参数
-
$text
string
Optional - Text to display for cancel reply link. If empty, defaults to ‘Click here to cancel reply’.
Default:
''
函数返回值
无
函数位置
File: wp-includes/comment-template.php.
函数源码
function cancel_comment_reply_link( $text = '' ) {
echo get_cancel_comment_reply_link( $text );
}
源码链接
变更日志
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |

