woocommerce_is_downloadable

FILTER woocommerce\includes\abstracts\abstract-wc-product.php (ligne 1596) github
Checks if a product is downloadable.

Paramètres

Entrée :
true === $this->get_downloadable(
Sortie :
@return bool

Utilisation

// Modifier la valeur avec le filtre 'woocommerce_is_downloadable'
add_filter('woocommerce_is_downloadable', 'ma_fonction_filtre', 10, 1);

function ma_fonction_filtre(true === $this->get_downloadable() {
    // Modifier la valeur
    return true === $this->get_downloadable(;
}

Actualités

Chargement des actualités...