add_filter('upload_mimes', function($types) { $types['glb'] = 'model/gltf-binary'; return $types; });