Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Version_Loader::select_newest_file( array|null $classmap_data, array|null $psr4_data )
Compares different class sources and returns the newest.
Description Description
Parameters Parameters
- $classmap_data
-
(Required) The classmap class data.
- $psr4_data
-
(Required) The PSR-4 class data.
Return Return
(array|null) $data
Source Source
File: packages/woocommerce-admin/vendor/jetpack-autoloader/class-version-loader.php