Filters the cancel comment reply link HTML.
$cancel_comment_reply_linkstring$link_urlstring$link_textstringwp-includes/comment-template.php:2020get_cancel_comment_reply_link() * @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. */ return apply_filters( 'cancel_comment_reply_link', $cancel_comment_reply_link, $link_url, $link_text );} /** * Displays HTML content for cancel comment reply link. * * @since 2.7.0Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.