object_type ) ) { $post_types = $wp_taxonomies[ $taxonomy ]->object_type; } return $post_types; } /** * @param string $taxonomy * * @return false|WP_Taxonomy */ public function get_wp_element_type_object( $taxonomy ) { return get_taxonomy( $taxonomy ); } }