comment_reply_link

Advertisement

Summery Summery

Filters the comment reply link.

Syntax Syntax

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

Parameters Parameters

$link

The HTML markup for the comment reply link.

$args

An array of arguments overriding the defaults.

$comment

The object of the comment being replied.

$post

The WP_Post object.

Source Source

File: wp-includes/comment-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

Advertisement

Leave a Reply