On this page
apply_filters( 'wp_privacy_exports_url', string $exports_url )
Filters the URL of the directory used to store personal data export files.
Parameters
$exports_urlstring-
Exports directory URL.
Source
File: wp-includes/functions.php. View all references
return apply_filters( 'wp_privacy_exports_url', $exports_url );
Related
Used By
| Used By | Description |
|---|---|
| wp_privacy_exports_url() wp-includes/functions.php | Returns the URL of the directory used to store personal data export files. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_privacy_exports_url