Autoloader::init( Container|null $container = null )
Checks to see whether or not the autoloader should be initialized and then initializes it if so.
Description Description
Parameters Parameters
- $container
-
(Optional) The container we want to use for autoloader initialization. If none is given then a container will be created automatically.
Default value: null
Source Source
File: vendor/automattic/jetpack-autoloader/src/class-autoloader.php