8370* @since 4.9.68371* @since 5.5.0 Exports now userelative paths, so changes to the directory8372* via this filter should be reflected on the server.8373*8374* @param string$exports_dir Exports directory.8375*/8376returnapply_filters('wp_privacy_exports_dir',$exports_dir);8377}83788379/**8380* Returns the URL of the directory used to store personal data export files.8381*8382* @since 4.9.6
History
Introduced in 4.9.6. Unchanged from 6.7.7 through 7.1.0.