apply_filters( ‘wp_privacy_exports_dir’, string $exports_dir )

In this article

Filters the directory used to store personal data export files.

Parameters

$exports_dirstring
Exports directory.

Source

return apply_filters( 'wp_privacy_exports_dir', $exports_dir );

Changelog

VersionDescription
5.5.0Exports now use relative paths, so changes to the directory via this filter should be reflected on the server.
4.9.6Introduced.

User Contributed Notes

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