apply_filters( 'comment_reply_link', string $link, array $args, object $comment, WP_Post $post )

Filters the comment reply link.


Description Description


Parameters Parameters

$link

(string) The HTML markup for the comment reply link.

$args

(array) An array of arguments overriding the defaults.

$comment

(object) The object of the comment being replied.

$post

(WP_Post) The WP_Post object.


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.