Remove mention of fractions.

This commit is contained in:
Bartosz Budzanowski 2023-11-30 15:46:09 +01:00
parent 48f60670fc
commit ea51e4ee85
1 changed files with 0 additions and 1 deletions

View File

@ -202,7 +202,6 @@ class OrderAttributionController implements RegisterHooksInterface {
*
* @param float $lifetime The lifetime of the Sourcebuster cookies in months.
*
* Fractional values are supported.
* 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 );