7852* Filters the path of the file to delete.7853*7854* @since 2.1.07855*7856* @param string$file Path to the file to delete.7857*/7858$delete=apply_filters('wp_delete_file',$file);78597860if(!empty($delete)){7861return @unlink($delete);7862}78637864returnfalse;
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.