Description
Filters the URL of the directory used to store personal data export files. via this filter should be reflected on the server.
Occurrences
Filename | Line Number |
---|---|
wp-includes/functions.php | 8286 |
Parameters
Type | Name | Description |
---|---|---|
string | $exports_url | Exports directory URL. |
PHP Doc
/**
* Filters the URL of the directory used to store personal data export files.
*
* @since 4.9.6
* @since 5.5.0 Exports now use relative paths, so changes to the directory URL
* via this filter should be reflected on the server.
*
* @param string $exports_url Exports directory URL.
*/