wc_order_attribution_cookie_lifetime_months

wc_order_attribution_cookie_lifetime_months

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.2.3

apply_filters('wc_order_attribution_cookie_lifetime_months') is found 1 times:

  • /src/Internal/Orders/OrderAttributionController.php line 286
    		 * @param float $lifetime The lifetime of the Sourcebuster cookies in months.
    		 *
    		 * The default value forces Sourcebuster into making the cookies valid for the current session only.
    		 */
    		$lifetime = (float) apply_filters( 'wc_order_attribution_cookie_lifetime_months', 0.00001 );
    
    		/**
    		 * Filter the session length for source tracking.
    		 *
    		 * @since 8.5.0
    		 *