Uses
| Uses | Description |
|---|---|
| wp-includes/functions.php: wp_privacy_export_expiration | Filters the lifetime, in seconds, of a personal data export file. |
| wp-includes/functions.php: wp_privacy_exports_dir() | Returns the directory used to store personal data export files. |
| wp-admin/includes/file.php: list_files() | Returns a listing of all files in the specified folder and all subdirectories up to 100 levels deep. |
| wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |