WP_Query::is_comments_popup(): false In this article Table of ContentsReturn Source Related Changelog ↑ Back to top This method has been deprecated. 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; } View all references View on Trac View on GitHub Related UsesDescription_deprecated_function()wp-includes/functions.phpMarks a function as deprecated and inform when it has been used. Changelog VersionDescription4.5.0This method has been deprecated.3.1.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.