WP_Sitemaps_Provider::get_object_subtypes(): array
- Since
- 5.5.0
- Source
wp-includes/sitemaps/class-wp-sitemaps-provider.php:179
Returns the list of supported object subtypes exposed by the provider.
Return
array- List of object subtypes objects keyed by their name.
Used by · 1
- WP_Sitemaps_Provider::get_sitemap_type_data()Gets data about each sitemap type.
Source
public function get_object_subtypes() { return array(); }History
Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 7.1.0 tag, from
src/wp-includes/sitemaps/class-wp-sitemaps-provider.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it. - Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.