cancel_comment_reply_link

cancel_comment_reply_link

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('cancel_comment_reply_link') is found 1 times:

  • /wp-includes/comment-template.php line 1998
    	 * @param string $cancel_comment_reply_link The HTML-formatted cancel comment reply link.
    	 * @param string $link_url                  Cancel comment reply link URL.
    	 * @param string $link_text                 Cancel comment reply link text.
    	 */
    	return apply_filters( 'cancel_comment_reply_link', $cancel_comment_reply_link, $link_url, $link_text );
    }
    
    /**
     * Displays HTML content for cancel comment reply link.
     *
     * @since 2.7.0
    

See this hook used in plugins: