WP_Sitemaps_Provider::get_object_subtypes() WordPress Method
The WP_Sitemaps_Provider::get_object_subtypes() method is used to get the registered object subtypes for a given sitemap provider.
WP_Sitemaps_Provider::get_object_subtypes() #
Returns the list of supported object subtypes exposed by the provider.
Return
(array) List of object subtypes objects keyed by their name.
Source
File: wp-includes/sitemaps/class-wp-sitemaps-provider.php
public function get_object_subtypes() { return array(); }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |