apply_filters( 'cancel_comment_reply_link', string $formatted_link, string $link, string $text )

Filters the cancel comment reply link HTML.


Description Description


Parameters Parameters

$formatted_link

(string) The HTML-formatted cancel comment reply link.

$link

(string) Cancel comment reply link URL.

$text

(string) Cancel comment reply link text.


Top ↑

Source Source

File: wp-includes/comment-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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