comment_reply_link

comment_reply_link

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('comment_reply_link') is found 1 times:

  • /wp-includes/comment-template.php line 1850
    	 * @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.0
    

See this hook used in plugins: