wp_privacy_exports_dir WordPress Filter Hook
This hook is used to filter the directory where personal data export files are stored.
apply_filters( 'wp_privacy_exports_dir',  string $exports_dir  ) #
Filters the directory used to store personal data export files.
Parameters
- $exports_dir
- (string)Exports directory. 
Source
Changelog
| Version | Description | 
|---|---|
| 5.5.0 | Exports now use relative paths, so changes to the directory via this filter should be reflected on the server. | 
| 4.9.6 | Introduced. |