Post Type Taxonomies Parameters List
Learn Post Type Taxonomies parameters list
Here is an array with all parameters which can be used with PostType::define_taxonomy() method.
Key | Description | Required |
---|---|---|
namespace | Provide a namespace for post type taxonomy. If conflict exist, the last defined will overwrite previous. | True |
title | Provide a title for taxonomy, default use namespace. | No |
is-hierarchical | Set whether a taxonomy is hierarchical. Default : true | No |
new-taxonomy-label | Set label for new taxonomy. | No |
edit-taxonomy-label | Set label for taxonomy edition. | No |
taxonomy-list-label | Set label for taxonomy list. Default use namespace. | No |
Updated less than a minute ago