8343* @since 4.9.68344* @since 5.5.0 Exports now userelative paths, so changes to the directory URL8345* via this filter should be reflected on the server.8346*8347* @param string$exports_url Exports directory URL.8348*/8349returnapply_filters('wp_privacy_exports_url',$exports_url);8350}83518352/**8353* Schedules a `WP_Cron` job to delete expired export files.8354*8355* @since 4.9.6
History
Introduced in 4.9.6. Unchanged from 6.7.7 through 7.1.0.