Filter hook 'cancel_comment_reply_link'

in WP Core File wp-includes/comment-template.php at line 2004

Description

Filters the cancel comment reply link HTML.

Occurrences

Filename Line Number
wp-includes/comment-template.php 2004

Parameters

Type Name Description
string $cancel_comment_reply_link The HTML-formatted cancel comment reply link.
string $link_url Cancel comment reply link URL.
string $link_text Cancel comment reply link text.

PHP Doc

/**
	 * Filters the cancel comment reply link HTML.
	 *
	 * @since 2.7.0
	 *
	 * @param string $cancel_comment_reply_link The HTML-formatted cancel comment reply link.
	 * @param string $link_url                  Cancel comment reply link URL.
	 * @param string $link_text                 Cancel comment reply link text.
	 */