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