get_label(); } } if ($column_name === 'unit') { $raw_type = carbon_get_term_meta($term_id, Carbon_Attribute_Template_Repository::UNIT); if (!empty($raw_type)) { $type = new Unit($raw_type); $value = $type->get_value(); } } return $row . $value; } }