8395* @since 4.9.68396* @since 5.5.0 Exports now userelative paths, so changes to the directory URL8397* via this filter should be reflected on the server.8398*8399* @param string$exports_url Exports directory URL.8400*/8401returnapply_filters('wp_privacy_exports_url',$exports_url);8402}84038404/**8405* Schedules a `WP_Cron` job to delete expired export files.8406*8407* @since 4.9.6
History
Introduced in 4.9.6. Unchanged from 6.7.7 through 7.1.0.