WC_Product_Attribute::get_taxonomy_object()

Get taxonomy object.


Description Description


Return Return

(array|null)


Top ↑

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;
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.