is_comments_popup()

最后更新于:2021-11-27 08:35:33

is_comments_popup()

Determines whether the current URL is within the comments popup window.

响应

(false) Always returns false.

源文件

文件: gc-includes/deprecated.php

function is_comments_popup() {
	_deprecated_function( __FUNCTION__, '4.5.0' );

	return false;
}