8537* @since 4.9.68538* @since 5.5.0 Exports now userelative paths, so changes to the directory URL8539* via this filter should be reflected on the server.8540*8541* @param string$exports_url Exports directory URL.8542*/8543returnapply_filters('wp_privacy_exports_url',$exports_url);8544}85458546/**8547* Schedules a `WP_Cron` job to delete expired export files.8548*8549* @since 4.9.6
History
Introduced in 4.9.6. Unchanged from 6.7.7 through 7.1.0.