WC_Product_Attribute::get_taxonomy_object()
Get taxonomy object.
Description Description
Return Return
(array|null)
Source Source
File: includes/class-wc-product-attribute.php
public function get_taxonomy_object() { global $wc_product_attributes; return $this->is_taxonomy() ? $wc_product_attributes[ $this->get_name() ] : null; }