get_cancel_comment_reply_link
get_cancel_comment_reply_link ( $link_text = '', $post = null )
Parameters:- (string) link_text Optional. Text to display for cancel reply link. If empty, defaults to 'Click here to cancel reply'. Default empty.
- (int|WP_Post|null) post Optional. The post the comment thread is being displayed for. Defaults to the current global post.
Returns:Defined at:Change Log: - Introduced in WordPress: 2.7.0
- Deprecated in WordPress: —
Description
Retrieves HTML content for cancel comment reply link.