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 code Collapse full source code View on Trac View on GitHub
Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |