PluginProbe
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress / 9.1.3
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress v9.1.3
9.1.3 9.1.2 9.1.1 9.1.0 9.0.3 9.0.2 9.0.1 9.0.0 8.5.79 8.5.78 8.5.77 8.5.76 8.5.75 8.5.74 8.5.73 8.5.72 8.5.71 8.5.70 8.5.69 8.5.68 8.5.35 8.5.36 8.5.37 8.5.38 8.5.39 All 222 releases
← All changes | legacy/vendor/autoload.php +1 -5 9.0.19.1.3 View file →
@@ -1,12 +1,8 @@
1 1 <?php
2 2
3 3 // autoload.php @generated by Composer
4 4
5 -if ( file_exists( dirname( dirname( __DIR__ ) ) . '/vendor/autoload.php' ) ) {
6 - return require_once dirname( dirname( __DIR__ ) ) . '/vendor/autoload.php';
7 -}
8 -
9 5 if (PHP_VERSION_ID < 50600) {
10 6 if (!headers_sent()) {
11 7 header('HTTP/1.1 500 Internal Server Error');
12 8 }
@@ -22,5 +18,5 @@
22 18 }
23 19
24 20 require_once __DIR__ . '/composer/autoload_real.php';
25 21
26 -return ComposerAutoloaderInit55ceedea2b0a4e85eb3299ec0d368af1::getLoader();
22 +return ComposerAutoloaderInit7435bfcf9a31cce141c793ca39ab6c9d::getLoader();