WP_REST_Term_Meta_Fields::__construct( string $taxonomy )

In this article

Constructor.

Parameters

$taxonomystringrequired
Taxonomy to register fields for.

Source

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

Changelog

VersionDescription
4.7.0Introduced.

User Contributed Notes

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