@@ -257,8 +257,6 @@ |
||
257 | 257 | * |
258 | 258 | * @param int $product_id L'id du produit |
259 | 259 | * @param string $type Peut être varchar, integer, text, options, decimal, datetime |
260 | - * @param string $attribute_name Le code d'un attribut |
|
261 | - * @param string $attribute_value La valeur à mêttre à jour |
|
262 | 260 | */ |
263 | 261 | public function update_the_attribute_for_product($product_id, $type, $name_attribute, $value_attribute) { |
264 | 262 | global $wpdb; |