WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about cancel_comment_reply_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment-template.php apply_filters 1911 /**
* Filters the cancel comment reply link HTML.
*
* @since 2.7.0
*
* @param string $formatted_link The HTML-formatted cancel comment reply link.
* @param string $link Cancel comment reply link URL.
* @param string $text Cancel comment reply link text.
*/

Hook Parameters

Parameter Type Name Description
string $formatted_link The HTML-formatted cancel comment reply link.
string $link Cancel comment reply link URL.
string $text Cancel comment reply link text.