WP_Query::is_comments_popup(): false

In this article

This method has been deprecated since 4.5.0.

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

Return

false Always returns false.

Source

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

	return false;
}

Changelog

VersionDescription
4.5.0Deprecated.
3.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.