wc_order_attribution_cookie_lifetime_months

FILTER woocommerce\src\Internal\Orders\OrderAttributionController.php (ligne 291) github
Filter the lifetime of the cookie used for source tracking.

Paramètres

Entrée :
0.00001
Sortie :
@param float $lifetime The lifetime of the Sourcebuster cookies in months.

Utilisation

// 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;
}

Actualités

Chargement des actualités...