WP_REST_Search_Handler::get_subtypes()

Gets the object subtypes managed by this search handler.


Description Description


Return Return

(array) Array of object subtype identifiers.


Top ↑

Source Source

File: wp-includes/rest-api/search/class-wp-rest-search-handler.php

	public function get_subtypes() {
		return $this->subtypes;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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