Gets a customer's downloadable products.
$downloads
Sortie :
@return array Array of downloadable products
// Modifier la valeur avec le filtre 'woocommerce_customer_get_downloadable_products'
add_filter('woocommerce_customer_get_downloadable_products', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre($downloads) {
// Modifier la valeur
return $downloads;
}
Chargement des actualités...