8312* @since 4.9.68313* @since 5.5.0 Exports now userelative paths, so changes to the directory URL8314* via this filter should be reflected on the server.8315*8316* @param string$exports_url Exports directory URL.8317*/8318returnapply_filters('wp_privacy_exports_url',$exports_url);8319}83208321/**8322* Schedules a `WP_Cron` job to delete expired export files.8323*8324* @since 4.9.6
History
Introduced in 4.9.6. Unchanged from 6.7.7 through 7.1.0.