Filter: um_filesystem_max_file_age

apply_filters( 'um_filesystem_max_file_age', $file_age ) → {int}

Filters the maximum file age in the temp folder. By default, it's 24 hours.

Parameters:
Name Type Description
$file_age int

Temp file age in seconds.

Since:
  • 2.8.7
Source:
Returns:

Temp file age in seconds.

Type
int