Uses
| Uses | Description | 
|---|---|
| wp-includes/functions.php: wp_privacy_exports_url | Filters the URL of the directory used to store personal data export files. | 
| wp-includes/formatting.php: trailingslashit() | Appends a trailing slash. | 
| wp-includes/functions.php: wp_upload_dir() | Returns an array containing the current upload directory’s path and URL. | 
| wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |