626* Fires after a taxonomy is unregistered.627*628* @since 4.5.0629*630* @param string$taxonomy Taxonomy name.631*/632do_action('unregistered_taxonomy',$taxonomy);633634returntrue;635}636637/**638* Builds an object with all taxonomy labels out of a taxonomy object.
History
Introduced in 4.5.0. Unchanged from 6.7.7 through 7.1.0.