7674* Filters the path of the file to delete.7675*7676* @since 2.1.07677*7678* @param string$file Path to the file to delete.7679*/7680$delete=apply_filters('wp_delete_file',$file);76817682if(!empty($delete)){7683return @unlink($delete);7684}76857686returnfalse;
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.