Constructor.
Parameters
$taxonomy
stringrequired- Taxonomy to register fields for.
Source
public function __construct( $taxonomy ) {
$this->taxonomy = $taxonomy;
}
Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |
Constructor.
$taxonomy
stringrequiredpublic 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.