描述
示例: get_comment(comment_id)
功能: 读取评论
参数
comment_id
(Int) (Required)
评论ID
返回
(Object)
返回示例
{
id: 1,
post_id: 1,
name: '昵称',
email: 'sample@email.com',
url: 'http://sample.com',
date: 1655964920541,
content: '示例评论',
status: 'publish',
parent: 0,
user_id: 0,
ip: '',
ua: ''
}