WordPress函数:cancel_comment_reply_link 取消回复评论链接

江河/ 2023年05月23日/ WordPress/ 浏览 694

函数原型:


cancel_comment_reply_link( string $text = '' )


显示取消评论回复链接的HTML内容。


参数说明:


$text 要为取消回复链接显示的文本。如果为空,则默认为“单击此处取消回复”。


函数源码:


function cancel_comment_reply_link( $text = '' ) {
	echo get_cancel_comment_reply_link( $text );
}


使用举例:


<?php cancel_comment_reply_link(); ?>


发表评论

暂无评论,抢个沙发...

客服 工单