Summery Summery
Constructor.
Syntax Syntax
Parameters Parameters
- $taxonomy
-
(Required) Taxonomy to register fields for.
Source Source
File: wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php
public function __construct( $taxonomy ) {
$this->taxonomy = $taxonomy;
}
Advertisement
Changelog Changelog
| Version | Description |
|---|---|
| 4.7.0 | Introduced. |