This function has been deprecated.

is_comments_popup()

Whether the current URL is within the comments popup window.


Return

(bool)


Source

File: wp-includes/deprecated.php

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

	return false;
}


Changelog

Changelog
Version Description
WP-4.5.0 This function has been deprecated.
WP-1.5.0 Introduced. This function has been deprecated.