3615*3616* @since 6.0.03617*3618* @param int$size The result of PHP filesize on the file.3619* @param string$path Path to the file.3620*/3621return(int)apply_filters('wp_filesize',$size,$path);3622}36233624/**3625* Retrieves the list of allowed mime types and file extensions.3626*3627* @since 2.8.6
History
Introduced in 6.0.0. Unchanged from 6.7.7 through 7.1.0.