3639*3640* @since 6.0.03641*3642* @param int$size The result of PHP filesize on the file.3643* @param string$path Path to the file.3644*/3645return(int)apply_filters('wp_filesize',$size,$path);3646}36473648/**3649* Retrieves the list of allowed mime types and file extensions.3650*3651* @since 2.8.6
History
Introduced in 6.0.0. Unchanged from 6.7.7 through 7.1.0.