HTTP/2 301
server: nginx
date: Sun, 12 Oct 2025 23:00:19 GMT
content-type: text/html; charset=UTF-8
x-olaf: ⛄
vary: accept, content-type
x-redirect-by: WordPress
location: https://developer.wordpress.org/reference/functions/comment_reply_link/
x-frame-options: SAMEORIGIN
alt-svc: h3=":443"; ma=86400
x-nc: MISS ord 1
HTTP/2 200
server: nginx
date: Sun, 12 Oct 2025 23:00:19 GMT
content-type: text/html; charset=UTF-8
vary: Accept-Encoding
x-olaf: ⛄
vary: accept, content-type
link:
; rel="https://api.w.org/"
link:
; rel="alternate"; title="JSON"; type="application/json"
link: ; rel=shortlink
x-frame-options: SAMEORIGIN
content-encoding: gzip
alt-svc: h3=":443"; ma=86400
x-nc: MISS ord 1
comment_reply_link() – Function | Developer.WordPress.org
comment_reply_link( array $args = array(), int|WP_Comment $comment = null, int|WP_Post $post = null )
Displays the HTML content for reply to comment link.
$args
arrayoptionalOverride default options.
Default:array()
$comment
int|optionalComment being replied to. Default current comment.
Default:null
$post
int|WP_PostoptionalPost ID or WP_Post object the comment is going to be displayed on.
Default current post. Default:null
Version | Description |
---|
2.7.0 | Introduced. |
__('回复' , 'muze'), 'add_below' => $add_below, 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
Replace class on reply link using below code.
Usage