PluginProbe
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! / 3.0.1
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! v3.0.1
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
← All changes | vendor/composer/autoload_classmap.php +38 -0 3.1.103.0.1 View file →
@@ -6,5 +6,43 @@
6 6 $baseDir = dirname($vendorDir);
7 7
8 8 return array(
9 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\\CacheBank' => $vendorDir . '/priyomukul/wp-notice/src/Utils/CacheBank.php',
15 + 'PriyoMukul\\WPNotice\\Utils\\Helper' => $vendorDir . '/priyomukul/wp-notice/src/Utils/Helper.php',
16 + 'PriyoMukul\\WPNotice\\Utils\\NoticeRemover' => $vendorDir . '/priyomukul/wp-notice/src/Utils/NoticeRemover.php',
17 + 'PriyoMukul\\WPNotice\\Utils\\Storage' => $vendorDir . '/priyomukul/wp-notice/src/Utils/Storage.php',
18 + 'Templately\\API\\API' => $baseDir . '/includes/API/API.php',
19 + 'Templately\\API\\Categories' => $baseDir . '/includes/API/Categories.php',
20 + 'Templately\\API\\Dependencies' => $baseDir . '/includes/API/Dependencies.php',
21 + 'Templately\\API\\Import' => $baseDir . '/includes/API/Import.php',
22 + 'Templately\\API\\Items' => $baseDir . '/includes/API/Items.php',
23 + 'Templately\\API\\Login' => $baseDir . '/includes/API/Login.php',
24 + 'Templately\\API\\MyClouds' => $baseDir . '/includes/API/MyClouds.php',
25 + 'Templately\\API\\Profile' => $baseDir . '/includes/API/Profile.php',
26 + 'Templately\\API\\SavedTemplates' => $baseDir . '/includes/API/SavedTemplates.php',
27 + 'Templately\\API\\SignUp' => $baseDir . '/includes/API/SignUp.php',
28 + 'Templately\\API\\Tags' => $baseDir . '/includes/API/Tags.php',
29 + 'Templately\\API\\TemplateTypes' => $baseDir . '/includes/API/TemplateTypes.php',
30 + 'Templately\\API\\WorkSpaces' => $baseDir . '/includes/API/WorkSpaces.php',
31 + 'Templately\\Core\\Admin' => $baseDir . '/includes/Core/Admin.php',
32 + 'Templately\\Core\\Importer\\Elementor' => $baseDir . '/includes/Core/Importer/Elementor.php',
33 + 'Templately\\Core\\Maintenance' => $baseDir . '/includes/Core/Maintenance.php',
34 + 'Templately\\Core\\Migrator' => $baseDir . '/includes/Core/Migrator.php',
35 + 'Templately\\Core\\Module' => $baseDir . '/includes/Core/Module.php',
36 + 'Templately\\Core\\Platform' => $baseDir . '/includes/Core/Platform.php',
37 + 'Templately\\Core\\Platform\\Elementor' => $baseDir . '/includes/Core/Platform/Elementor.php',
38 + 'Templately\\Core\\Platform\\Gutenberg' => $baseDir . '/includes/Core/Platform/Gutenberg.php',
39 + 'Templately\\Plugin' => $baseDir . '/includes/Plugin.php',
40 + 'Templately\\Utils\\Base' => $baseDir . '/includes/Utils/Base.php',
41 + 'Templately\\Utils\\Database' => $baseDir . '/includes/Utils/Database.php',
42 + 'Templately\\Utils\\Enqueue' => $baseDir . '/includes/Utils/Enqueue.php',
43 + 'Templately\\Utils\\Helper' => $baseDir . '/includes/Utils/Helper.php',
44 + 'Templately\\Utils\\Http' => $baseDir . '/includes/Utils/Http.php',
45 + 'Templately\\Utils\\Installer' => $baseDir . '/includes/Utils/Installer.php',
46 + 'Templately\\Utils\\Options' => $baseDir . '/includes/Utils/Options.php',
47 + 'Templately\\Utils\\Plan' => $baseDir . '/includes/Utils/Plan.php',
10 48 );