Handle price - remove dates and set to lowest.
$product
Sortie :
@param array $product_types Array of product types that can change price.
// Ajouter une fonction au hook action 'woocommerce_product_bulk_edit_save'
add_action('woocommerce_product_bulk_edit_save', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee($product) {
// Votre code ici
error_log('Hook woocommerce_product_bulk_edit_save déclenché');
}
Chargement des actualités...