Filters whether a product is purchasable.
$this->exists(
Sortie :
@param bool $purchasable Whether the product is purchasable. @param WC_Product $product Product object.
// Modifier la valeur avec le filtre 'woocommerce_is_purchasable'
add_filter('woocommerce_is_purchasable', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre($this->exists() {
// Modifier la valeur
return $this->exists(;
}
Chargement des actualités...