apply_filters( ‘wp_privacy_exports_url’, string $exports_url )

In this article

Filters the URL of the directory used to store personal data export files.

Parameters

$exports_urlstring
Exports directory URL.

Source

return apply_filters( 'wp_privacy_exports_url', $exports_url );

Changelog

VersionDescription
5.5.0Exports now use relative paths, so changes to the directory URL 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.