WP_Sitemaps_Provider::get_object_subtypes(): array

In this article

Returns the list of supported object subtypes exposed by the provider.

Return

array List of object subtypes objects keyed by their name.

Source

public function get_object_subtypes() {
	return array();
}

Changelog

VersionDescription
5.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.