Used By
Used By | Description |
---|---|
wp-includes/feed.php: get_feed_build_date() | Get the UTC time of the most recently modified post from WP_Query. |
wp-includes/query.php: is_comment_feed() | Is the query for a comments feed? |
Is the query for a comments feed?
(bool) Whether the query is for a comments feed.
File: wp-includes/class-wp-query.php
public function is_comment_feed() { return (bool) $this->is_comment_feed; }
Version | Description |
---|---|
3.1.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_query/is_comment_feed