Filter hook 'comment_reply_link'

in WP Core File wp-includes/comment-template.php at line 1856

Description

Filters the comment reply link.

Occurrences

Filename Line Number
wp-includes/comment-template.php 1856

Parameters

Type Name Description
string $comment_reply_link The HTML markup for the comment reply link.
array $args An array of arguments overriding the defaults.
WP_Comment $comment The object of the comment being replied.
WP_Post $post The WP_Post object.

PHP Doc

/**
	 * Filters the comment reply link.
	 *
	 * @since 2.7.0
	 *
	 * @param string     $comment_reply_link The HTML markup for the comment reply link.
	 * @param array      $args               An array of arguments overriding the defaults.
	 * @param WP_Comment $comment            The object of the comment being replied.
	 * @param WP_Post    $post               The WP_Post object.
	 */