comment_guid( int|WP_Comment $comment_id = null )
显示当前注释的源GUID。目录锚点:#参数#返回#源码
Display the feed GUID for the current comment.
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$comment_id | (int | WP_Comment) | 可选 | 注释对象或id。默认为全局注释对象。 |
返回(Return)
无返回值源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.5.0 | wp-includes/feed.php:273 | 0 | 2 |