have_comments()

have_comments() 是否有要循环的注释。Whether there are comments to…

have_comments()

是否有要循环的注释。
Whether there are comments to loop over.

目录锚点:#返回#源码#笔记


返回(Return)

(bool)


源码(Source)

/**
 * Whether there are comments to loop over.
 *
 * @since 2.2.0
 *
 * @global WP_Query $wp_query
 *
 * @return bool
 */
function have_comments() {
	global $wp_query;
	return $wp_query->have_comments();
}
更新版本 源码位置 使用 被使用
2.2.0 wp-includes/query.php:986 0 1 function

笔记(Notes)

基本示例

类别:WordPress 函数手册

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册