WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_privacy_exports_dir

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/functions.php apply_filters 7853 /**
* Filters 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
* via this filter should be reflected on the server.
*
* @param string $exports_dir Exports directory.
*/

Hook Parameters

Parameter Type Name Description
string $exports_dir Exports directory.