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.


Top ↑

Return Return

(string|null) $file_path The path to the file if found, null if no class was found.


Top ↑

Source Source

File: packages/woocommerce-blocks/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.