Filter: mt_expiration_window

apply_filters( 'mt_expiration_window', $time ) → {int}

Filter the length of time data is stored. (Shopping carts, unique IDs).

Parameters:
Name Type Description
$time int

Number of seconds before data will expire. Default WEEK_IN_SECONDS.

Source:
Returns:
Type
int