WP_REST_Term_Meta_Fields::__construct( string $taxonomy )

Constructor.


Parameters

$taxonomy

(string) (Required) Taxonomy to register fields for.


Source

File: wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php

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


Changelog

Changelog
Version Description
WP-4.7.0 Introduced.