WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comment_reply_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment-template.php apply_filters 1774 /**
* Filters the comment reply link.
*
* @since 2.7.0
*
* @param string $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.
*/

Hook Parameters

Parameter Type Name Description
array $args Comment reply link arguments. See get_comment_reply_link()
WP_Comment $comment The object of the comment being replied to.
WP_Post $post The WP_Post object.