Determines whether the query is for a comments feed.
Source
public function is_comment_feed() {
return (bool) $this->is_comment_feed;
}
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |
CARVIEW |
Determines whether the query is for a comments feed.
public function is_comment_feed() {
return (bool) $this->is_comment_feed;
}
Used by | Description |
---|---|
get_feed_build_date()wp-includes/feed.php | Gets the UTC time of the most recently modified post from WP_Query. |
is_comment_feed()wp-includes/query.php | Is the query for a comments feed? |
Version | Description |
---|---|
3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.