PluginProbe
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! / 2.0.4
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! v2.0.4
3.7.5 3.7.4 3.7.3 3.7.2 1-final 3.7.1 3.7.0 3.6.8 3.6.7 3.6.6 3.6.5 3.6.4 3.6.3 3.6.2 3.6.1 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.10 All 111 releases
templately / vendor / composer / autoload_classmap.php

autoload_classmap.php in Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! 2.0.4, at vendor/composer/autoload_classmap.php

47 lines 3.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // autoload_classmap.php @generated by Composer
4
5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
7
8 return array(
9 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
10 'PriyoMukul\\WPNotice\\Dismiss' => $vendorDir . '/priyomukul/wp-notice/src/Dismiss.php',
11 'PriyoMukul\\WPNotice\\Notice' => $vendorDir . '/priyomukul/wp-notice/src/Notice.php',
12 'PriyoMukul\\WPNotice\\Notices' => $vendorDir . '/priyomukul/wp-notice/src/Notices.php',
13 'PriyoMukul\\WPNotice\\Utils\\Base' => $vendorDir . '/priyomukul/wp-notice/src/Utils/Base.php',
14 'PriyoMukul\\WPNotice\\Utils\\Helper' => $vendorDir . '/priyomukul/wp-notice/src/Utils/Helper.php',
15 'PriyoMukul\\WPNotice\\Utils\\Storage' => $vendorDir . '/priyomukul/wp-notice/src/Utils/Storage.php',
16 'Templately\\API\\API' => $baseDir . '/includes/API/API.php',
17 'Templately\\API\\Categories' => $baseDir . '/includes/API/Categories.php',
18 'Templately\\API\\Dependencies' => $baseDir . '/includes/API/Dependencies.php',
19 'Templately\\API\\Import' => $baseDir . '/includes/API/Import.php',
20 'Templately\\API\\Items' => $baseDir . '/includes/API/Items.php',
21 'Templately\\API\\Login' => $baseDir . '/includes/API/Login.php',
22 'Templately\\API\\MyClouds' => $baseDir . '/includes/API/MyClouds.php',
23 'Templately\\API\\Profile' => $baseDir . '/includes/API/Profile.php',
24 'Templately\\API\\SavedTemplates' => $baseDir . '/includes/API/SavedTemplates.php',
25 'Templately\\API\\SignUp' => $baseDir . '/includes/API/SignUp.php',
26 'Templately\\API\\Tags' => $baseDir . '/includes/API/Tags.php',
27 'Templately\\API\\TemplateTypes' => $baseDir . '/includes/API/TemplateTypes.php',
28 'Templately\\API\\WorkSpaces' => $baseDir . '/includes/API/WorkSpaces.php',
29 'Templately\\Core\\Admin' => $baseDir . '/includes/Core/Admin.php',
30 'Templately\\Core\\Importer\\Elementor' => $baseDir . '/includes/Core/Importer/Elementor.php',
31 'Templately\\Core\\Maintenance' => $baseDir . '/includes/Core/Maintenance.php',
32 'Templately\\Core\\Migrator' => $baseDir . '/includes/Core/Migrator.php',
33 'Templately\\Core\\Module' => $baseDir . '/includes/Core/Module.php',
34 'Templately\\Core\\Platform' => $baseDir . '/includes/Core/Platform.php',
35 'Templately\\Core\\Platform\\Elementor' => $baseDir . '/includes/Core/Platform/Elementor.php',
36 'Templately\\Core\\Platform\\Gutenberg' => $baseDir . '/includes/Core/Platform/Gutenberg.php',
37 'Templately\\Plugin' => $baseDir . '/includes/Plugin.php',
38 'Templately\\Utils\\Base' => $baseDir . '/includes/Utils/Base.php',
39 'Templately\\Utils\\Database' => $baseDir . '/includes/Utils/Database.php',
40 'Templately\\Utils\\Enqueue' => $baseDir . '/includes/Utils/Enqueue.php',
41 'Templately\\Utils\\Helper' => $baseDir . '/includes/Utils/Helper.php',
42 'Templately\\Utils\\Http' => $baseDir . '/includes/Utils/Http.php',
43 'Templately\\Utils\\Installer' => $baseDir . '/includes/Utils/Installer.php',
44 'Templately\\Utils\\Options' => $baseDir . '/includes/Utils/Options.php',
45 'Templately\\Utils\\Plan' => $baseDir . '/includes/Utils/Plan.php',
46 );
47