apply_filters( 'comment_reply_link', string $link , array $args , object $comment , WP_Post $post )
Filters the comment reply link.
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
Changelog
Version | Description |
---|---|
WP-2.7.0 | Introduced. |