首页 WordPress函数大全 comment_reply_link()

comment_reply_link()

2020-05-01 / 4849阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

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.

描述

See also See also

  • get_comment_reply_link()

Top ↑

参数

$args

(array)
(Optional)
Override default options.

Default value: array()

$comment

(int|WP_Comment)
(Optional)
Comment being replied to. Default current comment.

Default value: null

$post

(int|WP_Post)
(Optional)
Post ID or WP_Post object the comment is going to be displayed>Default value: null

大家谈论
    我的见解