wordpress / latest / hooks / wp_privacy_exports_url.html

apply_filters( 'wp_privacy_exports_url', string $exports_url )

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

Parameters

$exports_url string
Exports directory URL.

Source

File: wp-includes/functions.php. View all references

return apply_filters( 'wp_privacy_exports_url', $exports_url );

Used By

Used By Description

Changelog

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

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_privacy_exports_url