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();
}
Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |