Checks if a product is downloadable.
true === $this->get_downloadable(
Sortie :
@return bool
// 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(;
}
Chargement des actualités...