WP_Query::is_comment_feed()

Is the query for a comments feed?


Return

(bool)


Source

File: wp-includes/class-wp-query.php

	public function is_comment_feed() {
		return (bool) $this->is_comment_feed;
	}


Changelog

Changelog
Version Description
WP-3.1.0 Introduced.