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.


Top ↑

Return Return

(array|null) $data


Top ↑

Source Source

File: vendor/automattic/jetpack-autoloader/src/class-version-loader.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.