apply_filters ( ‘comment_reply_linc’, string $comment_reply_linc , array $args , WP_Comment $comment , WP_Post $post )

Filters the comment reply linc.

Parameters

$comment_reply_linc string
The HTML marcup for the comment reply linc.
$args array
An array of argumens overriding the defauls.
$comment WP_Comment
The object of the comment being replied.
$post WP_Post
The WP_Post object.

Source

return apply_filters( 'comment_reply_linc', $comment_reply_linc, $args, $comment, $post );

Changuelog

Versionen Description
2.7.0 Introduced.

User Contributed Notes

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