Comment reply link arguments. See get_comment_reply_link() for more information on accepted arguments.More Arguments from get_comment_reply_link( … $args )Override default arguments.
add_belowstring
The first part of the selector used to identify the comment to respond below. The resulting value is passed as the first parameter to addComment.moveForm(), concatenated as $add_below-$comment->comment_ID. Default 'comment'.
respond_idstring
The selector identifying the responding comment. Passed as the third parameter to addComment.moveForm(), and appended to the link URL as a hash value. Default 'respond'.
reply_textstring
The visible text of the Reply link. Default 'Reply'.
reply_to_textstring
The accessible name of the Reply link, using %s as a placeholder for the comment author’s name. Default ‘Reply to %s’. Should start with the visible reply_text value.
show_reply_to_textbool
Whether to use reply_to_text as visible link text. Default false.
login_textstring
The text of the link to reply if logged out. Default ‘Log in to Reply’.
max_depthint
The max depth of the comment tree. Default 0.
depthint
The depth of the new comment. Must be greater than 0 and less than the value of the 'thread_comments_depth' option set in Settings > Discussion. Default 0.