Filters the comment reply link.
$comment_reply_linkstring$argsarray$commentWP_Comment$postWP_Postwp-includes/comment-template.php:1873get_comment_reply_link() * * @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. */ return apply_filters( 'comment_reply_link', $comment_reply_link, $args, $comment, $post );} /** * Displays the HTML content for reply to comment link. * * @since 2.7.0Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.