Interface TaxonomyDataType

TaxonomyDataType

Since

3.0.0

interface TaxonomyDataType {
    category: TaxonomyFieldsType;
    organisations: TaxonomyFieldsType;
    post_tag: TaxonomyFieldsType;
}

Properties

The category.

Since

3.0.0

organisations: TaxonomyFieldsType

The organisations.

Since

3.0.0

The post_tag.

Since

3.0.0

Generated using TypeDoc