$tax_rate['country'], 'scope' => $scope, 'amount' => floatval( $tax_rate['rate'] ), 'description' => $region, ); edd_add_tax_rate( $adjustment_data ); } // Return the value so it is stored for backwards compatibility purposes. return $value; } }