PluginProbe
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents / 2.3.1
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents v2.3.1
4.6.5 4.6.4 4.6.3 4.6.2 4.6.1 4.6.0 4.5.6 4.5.5 4.5.4 4.5.3 4.5.2 trunk 1.0.0 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 All 189 releases
← All changes | autoloader.php +2 -5 trunk2.3.1 View file →
@@ -1,10 +1,10 @@
1 1 <?php
2 2 /**
3 3 * @package EmbedPress
4 4 * @author EmbedPress <help@embedpress.com>
5 - * @copyright Copyright (C) 2023 WPDeveloper. All rights reserved.
6 - * @license GPLv3 or later
5 + * @copyright Copyright (C) 2018 EmbedPress. All rights reserved.
6 + * @license GPLv2 or later
7 7 * @since 1.0.0
8 8 */
9 9
10 10 use EmbedPress\AutoLoader;
@@ -19,9 +19,6 @@
19 19 require_once EMBEDPRESS_PATH_CORE . EMBEDPRESS_AUTOLOADER_NAME . '.php';
20 20 }
21 21
22 22 AutoLoader::register(str_replace('\\', "", EMBEDPRESS_NAMESPACE), EMBEDPRESS_PATH_CORE);
23 -
24 - // Register the src directory for new structure
25 - AutoLoader::register('EmbedPress\\Src', EMBEDPRESS_PATH_BASE . 'src/');
26 23 }
27 24 unset($autoLoaderFullClassName);