Filter the lifetime of the cookie used for source tracking.
0.00001
Sortie :
@param float $lifetime The lifetime of the Sourcebuster cookies in months.
// Modifier la valeur avec le filtre 'wc_order_attribution_cookie_lifetime_months'
add_filter('wc_order_attribution_cookie_lifetime_months', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre(0.00001) {
// Modifier la valeur
return 0.00001;
}
Chargement des actualités...