apply_filters( 'wp_privacy_export_expiration', int $expiration )

Filters the lifetime, in seconds, of a personal data export file.


Description Description

By default, the lifetime is 3 days. Once the file reaches that age, it will automatically be deleted by a cron job.


Parameters Parameters

$expiration

(int) The expiration age of the export, in seconds.


Top ↑

Source Source

File: wp-includes/functions.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.9.6 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.