Parsed: 128580
<?php /** * Sitemaps: WP_Sitemaps_Posts class * * Builds the sitemaps for the 'post' object type. * * @package WordPress * @subpackage Sitemaps * @since 5.5.0 */ /* class WP_Sitemaps_Posts */ /* function WP_Sitemaps_Posts::__construct() – WP_Sitemaps_Posts constructor. */ /* function WP_Sitemaps_Posts::get_object_subtypes() – Returns the public post types, which excludes nav_items and similar types. */ /* function WP_Sitemaps_Posts::get_url_list() – Gets a URL list for a post type sitemap. */ /* function WP_Sitemaps_Posts::get_max_num_pages() – Gets the max number of pages available for the object type. */ /* function WP_Sitemaps_Posts::get_posts_query_args() – Returns the query args for retrieving posts to list in the sitemap. */