W3cubDocs

/WordPress

WP_REST_Term_Meta_Fields::__construct( string $taxonomy )

Constructor.

Parameters

$taxonomystringrequired
Taxonomy to register fields for.

Source

public function __construct( $taxonomy ) {
	$this->taxonomy = $taxonomy;
}

Changelog

Version Description
4.7.0 Introduced.

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