Version_Loader::find_class_file( string $class_name )
Finds the file path for the given class.
Description Description
Parameters Parameters
- $class_name
-
(Required) The class to find.
Return Return
(string|null) $file_path The path to the file if found, null if no class was found.
Source Source
File: vendor/automattic/jetpack-autoloader/src/class-version-loader.php