On this page
apply_filters( 'cancel_comment_reply_link', string $formatted_link, string $link, string $text )
Filters the cancel comment reply link HTML.
Parameters
$formatted_linkstring-
The HTML-formatted cancel comment reply link.
$linkstring-
Cancel comment reply link URL.
$textstring-
Cancel comment reply link text.
Source
File: wp-includes/comment-template.php. View all references
return apply_filters( 'cancel_comment_reply_link', $formatted_link, $link, $text );
Related
Used By
| Used By | Description |
|---|---|
| get_cancel_comment_reply_link() wp-includes/comment-template.php | Retrieves HTML content for cancel comment reply link. |
Changelog
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/cancel_comment_reply_link