3630*3631* @since 6.0.03632*3633* @param int$size The result of PHP filesize on the file.3634* @param string$path Path to the file.3635*/3636return(int)apply_filters('wp_filesize',$size,$path);3637}36383639/**3640* Retrieves the list of allowed mime types and file extensions.3641*3642* @since 2.8.6
History
Introduced in 6.0.0. Unchanged from 6.7.7 through 7.1.0.