| @@ -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); |