8287* @since 4.9.68288* @since 5.5.0 Exports now userelative paths, so changes to the directory8289* via this filter should be reflected on the server.8290*8291* @param string$exports_dir Exports directory.8292*/8293returnapply_filters('wp_privacy_exports_dir',$exports_dir);8294}82958296/**8297* Returns the URL of the directory used to store personal data export files.8298*8299* @since 4.9.6
History
Introduced in 4.9.6. Unchanged from 6.7.7 through 7.1.0.