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.


Top ↑

Return Return

(array|null) $data The version and path path to the file if found, null otherwise.


Top ↑

Source Source

File: packages/woocommerce-admin/vendor/jetpack-autoloader/class-version-loader.php


			


Top ↑

User Contributed Notes User Contributed Notes

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