函数原型
is_comments_popup(): false
函数描述
Determines whether the current URL is within the comments popup window.
是否弃用
Warning: This function has been deprecated.
函数参数
无
函数返回值
false Always returns false.
函数位置
File: wp-includes/deprecated.php.
函数源码
function is_comments_popup() {
_deprecated_function( __FUNCTION__, '4.5.0' );
return false;
}
源码链接
变更日志
| Version | Description |
|---|---|
| 4.5.0 | This function has been deprecated. |
| 1.5.0 | Introduced. |

