get_comment_reply_link()
get_comment_reply_link( array $args = array(), int|WP_Comment $comment = null, int|WP_Post $post = null )
检索回复评论链接的HTML内容。
Retrieves HTML content for reply to comment link.
返回(Return)
(string|false|null)链接以显示注释表单(string|false|null)。如果注释已关闭,则返回False。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.4.0 | wp-includes/comment-template.php:1646 | 1 function | 15 |
get_comment_reply_link() 为WP2原创文章,链接:https://www.wp2.cn/functions/get_comment_reply_link/