On this page
apply_filters( 'wp_privacy_exports_dir', string $exports_dir )
Filters the directory used to store personal data export files.
Parameters
$exports_dirstring-
Exports directory.
Source
File: wp-includes/functions.php. View all references
return apply_filters( 'wp_privacy_exports_dir', $exports_dir );
Related
Used By
| Used By | Description |
|---|---|
| wp_privacy_exports_dir() wp-includes/functions.php | Returns 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_dir