PluginProbe
Pixel Gallery Addons for Elementor – Easy Grid, Creative Gallery, Drag and Drop Grid, Custom Grid Layout, Portfolio Gallery / 2.1.13
Pixel Gallery Addons for Elementor – Easy Grid, Creative Gallery, Drag and Drop Grid, Custom Grid Layout, Portfolio Gallery v2.1.13
2.1.14 2.1.13 2.1.12 2.1.11 2.1.10 2.1.9 2.1.8 2.1.7 trunk 1.2.2 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.4.0 1.4.1 1.4.10 1.4.11 1.4.2 1.4.3 1.4.5 1.4.6 All 74 releases
pixel-gallery / admin / optimizer / autoload.php

autoload.php in Pixel Gallery Addons for Elementor – Easy Grid, Creative Gallery, Drag and Drop Grid, Custom Grid Layout, Portfolio Gallery 2.1.13, at admin/optimizer/autoload.php

12 lines 559 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 $path = 'vendor/matthiasmullie';
3 require_once $path . '/minify/src/Minify.php';
4 require_once $path . '/minify/src/CSS.php';
5 require_once $path . '/minify/src/JS.php';
6 require_once $path . '/minify/src/Exception.php';
7 require_once $path . '/minify/src/Exceptions/BasicException.php';
8 require_once $path . '/minify/src/Exceptions/FileImportException.php';
9 require_once $path . '/minify/src/Exceptions/IOException.php';
10 require_once $path . '/path-converter/src/ConverterInterface.php';
11 require_once $path . '/path-converter/src/Converter.php';
12