Uses
Uses | Description |
---|---|
wp-includes/feed.php: get_feed_build_date | Filters the date the last post or comment in the query was modified. |
wp-includes/class-wp-query.php: WP_Query::is_comment_feed() | Is the query for a comments feed? |
wp-includes/class-wp-query.php: WP_Query::have_posts() | Determines whether there are more posts available in the loop. |
wp-includes/functions.php: wp_list_pluck() | Pluck a certain field out of each object in a list. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post.php: get_lastpostmodified() | Get the most recent time that a post on the site was modified. |