WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_privacy_exports_url

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/functions.php apply_filters 7878 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $exports_url Exports directory URL.