cancel_comment_reply_link( string $text = '' )
Display HTML content for cancel comment reply link.
Description Description
Parameters Parameters
- $text
-
(string) (Optional) Text to display for cancel reply link.
Default value: ''
Source Source
File: wp-includes/comment-template.php
function cancel_comment_reply_link( $text = '' ) { echo get_cancel_comment_reply_link( $text ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
Basic Examples
Default Usage
Using Custom Text