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.

KeyDescriptionRequired
namespaceProvide a namespace for post type taxonomy. If conflict exist, the last defined will overwrite previous.True
titleProvide a title for taxonomy, default use namespace.No
is-hierarchicalSet whether a taxonomy is hierarchical. Default : trueNo
new-taxonomy-labelSet label for new taxonomy.No
edit-taxonomy-labelSet label for taxonomy edition.No
taxonomy-list-labelSet label for taxonomy list. Default use namespace.No