W3cubDocs

/WordPress

WP_REST_Term_Search_Handler::__construct()

Constructor.

Source

public function __construct() {
	$this->type = 'term';

	$this->subtypes = array_values(
		get_taxonomies(
			array(
				'public'       => true,
				'show_in_rest' => true,
			),
			'names'
		)
	);
}

Changelog

Version Description
5.6.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_rest_term_search_handler/__construct