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::find_psr4_file( string $class_name )
Finds the file for a given class in a PSR-4 namespace.
Description Description
Parameters Parameters
- $class_name
-
(Required) The class to find.
Return Return
(array|null) $data The version and path path to the file if found, null otherwise.
Source Source
File: vendor/automattic/jetpack-autoloader/src/class-version-loader.php