Constructor.
Parameters
$taxonomystringrequired- Taxonomy to register fields for.
Source
public function __construct( $taxonomy ) {
$this->taxonomy = $taxonomy;
}
Changelog
| Version | Description |
|---|---|
| 4.7.0 | Introduced. |
Constructor.
$taxonomystringrequiredpublic function __construct( $taxonomy ) {
$this->taxonomy = $taxonomy;
}
| Version | Description |
|---|---|
| 4.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.