Definition:
function cancel_comment_reply_link($text = '') {}
Display HTML content for cancel comment reply link.
Parameters
- string $text: Optional. Text to display for cancel reply link.
Source code
function cancel_comment_reply_link($text = '') { echo get_cancel_comment_reply_link($text); }
581
No comments yet... Be the first to leave a reply!