3622*3623* @since 6.0.03624*3625* @param int$size The result of PHP filesize on the file.3626* @param string$path Path to the file.3627*/3628return(int)apply_filters('wp_filesize',$size,$path);3629}36303631/**3632* Retrieves the list of allowed mime types and file extensions.3633*3634* @since 2.8.6
History
Introduced in 6.0.0. Unchanged from 6.7.7 through 7.1.0.