Just something I´ve been wondering for a while:
The Codex shows us two ways of attaching a Taxonomy to a Custom Post Type:
- Using the
taxonomiesargument in theregister_post_typefunction - Using the
object_typevariable in theregister_taxonomyfunction
Should we use both methods, or is one enough? And do they give the same result?