2020-05-01 / 3559阅 / 悠然
Retrieves the taxonomy object of $taxonomy.
The get_taxonomy function will first check that the parameter string given is a taxonomy object and if it is, it will return it.
(string)
(Required)
Name of taxonomy object to return.
(WP_Taxonomy|false) The Taxonomy Object or false if $taxonomy doesn't exist.