Get WooCommerce Product’s Brand Attributes $brand_atts = wp_get_post_terms( $product->id, 'product_brand', array("fields" => "all") ); $brand_name = $brand_atts = $productBrandTerm[0]->name;