Filtering Comment Reply Links (comment_reply_link_args) for “infinite replies” in nested comments

Here’s my solution. It relies on removing the original comment link and recreating it by appending it to the comment itself: https://www.webhostinghero.com/adding-infinite-replies-in-wordpress/

The only caveat is to make sure that wp_list_comments has been called with the default style argument. If it’s not, then that element needs to be changed as explained in my article. Most of the time, the comments will be denoted by “div-content” so it won’t be a problem.