apply_filters( 'cancel_comment_reply_link', string $cancel_comment_reply_link, string $link_url, string $link_text )

Filters the cancel comment reply link HTML.


Parameters

$cancel_comment_reply_link string
The HTML-formatted cancel comment reply link.
$link_url string
Cancel comment reply link URL.
$link_text string
Cancel comment reply link text.

Top ↑

Source

File: wp-includes/comment-template.php. View all references

return apply_filters( 'cancel_comment_reply_link', $cancel_comment_reply_link, $link_url, $link_text );


Top ↑

Changelog

Changelog
Version Description
2.7.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.