comment_ID()
comment_ID() 显示当前注释的注释id。Displays the comment id of the…
comment_ID()
显示当前注释的注释id。
Displays the comment id of the current comment.
显示当前注释的注释id。
Displays the comment id of the current comment.
目录锚点:#返回#源码#笔记
返回(Return)
无返回值
源码(Source)
/**
* Display the comment id of the current comment.
*
* @since 0.71
*/
function comment_ID() {
echo get_comment_ID();
}| 更新版本 | 源码位置 | 使用 | 被使用 |
|---|---|---|---|
| 0.71 | wp-includes/comment-template.php:679 | 3 | 1 function |
笔记(Notes)
注释ID作为锚ID
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。





还没有任何评论,赶紧来占个楼吧!