8447* @since 4.9.68448* @since 5.5.0 Exports now userelative paths, so changes to the directory URL8449* via this filter should be reflected on the server.8450*8451* @param string$exports_url Exports directory URL.8452*/8453returnapply_filters('wp_privacy_exports_url',$exports_url);8454}84558456/**8457* Schedules a `WP_Cron` job to delete expired export files.8458*8459* @since 4.9.6
History
Introduced in 4.9.6. Unchanged from 6.7.7 through 7.1.0.