Home
last modified time | relevance | path

Searched refs:ageOfEntry (Results 1 – 2 of 2) sorted by relevance

/plugin/cleanoldips/
H A Daction.php111 $ageOfEntry = time() - (int)$timestamp;
112 if ($ageOfEntry < $ageCutoff) {
/plugin/gdpr/action/
H A Doldips.php110 $ageOfEntry = time() - (int)$timestamp;
111 if ($ageOfEntry < $ageCutoff) {