Support

Account

Home Forums Backend Issues (wp-admin) How to retrieve WooCommerce Product Attribute as Taxonomy Term selected Reply To: How to retrieve WooCommerce Product Attribute as Taxonomy Term selected

  • I think I already got it

    $brand = get_field_object("brand");
    							$term = get_term($brand["value"], "pa_brand");
    							echo $brand["value"];