8318* @since 4.9.68319* @since 5.5.0 Exports now userelative paths, so changes to the directory8320* via this filter should be reflected on the server.8321*8322* @param string$exports_dir Exports directory.8323*/8324returnapply_filters('wp_privacy_exports_dir',$exports_dir);8325}83268327/**8328* Returns the URL of the directory used to store personal data export files.8329*8330* @since 4.9.6
History
Introduced in 4.9.6. Unchanged from 6.7.7 through 7.1.0.