Browse
For agents
About
WP Console – WordPress PHP Console powered by PsySH
/
2.4.0
WP Console – WordPress PHP Console powered by PsySH
v2.4.0
Switch version
trunk
2.4.0
2.4.1
2.5.0
2.5.1
2.6.0
Overview
Code
wp-console
/
vendor
/
autoload.php
autoload.php
in WP Console – WordPress PHP Console powered by PsySH 2.4.0, at vendor/autoload.php
8 lines
178 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
3
//
autoload.php @generated by Composer
4
5
require_once
__DIR__
.
'
/composer/autoload_real.php
'
;
6
7
return
ComposerAutoloaderInit9f8a334361a8fe3faee59a7b52ed01b7
::
getLoader
(
)
;
8