| [ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
Sitemaps: WP_Sitemaps_Provider class This class is a base class for other sitemap providers to extend and contains shared functionality.
| File Size: | 179 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| get_sitemap_type_data() X-Ref |
| Gets data about each sitemap type. return: array[] Array of sitemap types including object subtype name and number of pages. since: 5.5.0 |
| get_sitemap_entries() X-Ref |
| Lists sitemap pages exposed by this provider. The returned data is used to populate the sitemap entries of the index. return: array[] Array of sitemap entries. since: 5.5.0 |
| get_sitemap_url( $name, $page ) X-Ref |
| Gets the URL of a sitemap entry. return: string The composed URL for a sitemap entry. since: 5.5.0 param: string $name The name of the sitemap. param: int $page The page of the sitemap. |
| get_object_subtypes() X-Ref |
| Returns the list of supported object subtypes exposed by the provider. return: array List of object subtypes objects keyed by their name. since: 5.5.0 |
| Generated: Thu Nov 13 01:00:24 2025 | Cross-referenced by PHPXref 0.7.1 |