-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvsp-classmaps.php
More file actions
45 lines (44 loc) · 2.5 KB
/
Copy pathvsp-classmaps.php
File metadata and controls
45 lines (44 loc) · 2.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?php
// Last Updated: Fri 26-Mar-2021 | 10:28:56:am
// Total Class: 39
return array (
'VSP\\Ajax' => 'class-ajax.php',
'VSP\\Ajaxer' => 'class-ajaxer.php',
'VSP\\Base' => 'class-base.php',
'VSP\\Cache' => 'class-cache.php',
'VSP\\Error' => 'class-error.php',
'VSP\\Framework_Admin' => 'class-framework-admin.php',
'VSP\\Framework_Base' => 'class-framework-base.php',
'VSP\\Framework_Modules' => 'class-framework-modules.php',
'VSP\\Framework' => 'class-framework.php',
'VSP\\Helper' => 'class-helper.php',
'VSP\\Setup' => 'class-setup.php',
'VSP\\WC_Compatibility' => 'class-wc-compatibility.php',
'VSP\\Core\\Abstracts\\Log_Handler' => 'core/abstracts/class-log-handler.php',
'VSP\\Core\\Abstracts\\Plugin_Settings' => 'core/abstracts/class-plugin-settings.php',
'VSP\\Core\\Abstracts\\Addon' => 'core/abstracts/clss-addon.php',
'VSP\\Core\\Instance_Handler' => 'core/class-instance-handler.php',
'VSP\\Core\\Interfaces\\Log_Handler' => 'core/interfaces/log-handler.php',
'VSP\\Core\\Interfaces\\Logger' => 'core/interfaces/logger.php',
'VSP\\Core\\Traits\\Array_Helper' => 'core/traits/class-array-helper.php',
'VSP\\Core\\Traits\\Framework' => 'core/traits/class-framework.php',
'VSP\\Core\\Traits\\String_Helper' => 'core/traits/class-string-helper.php',
'VSP\\Core\\Traits\\URL' => 'core/traits/class-url.php',
'VSP\\Core\\Traits\\WC_Helper' => 'core/traits/class-wc-helper.php',
'VSP\\Core\\Traits\\WP' => 'core/traits/class-wp.php',
'VSP\\Core\\Traits\\WC_Compatibility\\Product' => 'core/traits/wc-compatibility/trait-product.php',
'VSP\\Core\\Traits\\WC_Compatibility\\Version' => 'core/traits/wc-compatibility/trait-version.php',
'VSP\\Deprecation\\Actions' => 'deprecation/class-actions.php',
'VSP\\Deprecation\\Filters' => 'deprecation/class-filters.php',
'VSP\\Helper\\Price_Calculation' => 'helper/class-price-handler.php',
'VSP\\Modules\\Addons\\Admin' => 'modules/addons/class-admin.php',
'VSP\\Modules\\Addons\\Core' => 'modules/addons/class-core.php',
'VSP\\Modules\\Addons' => 'modules/class-addons.php',
'VSP\\Modules\\Logger' => 'modules/class-logger.php',
'VSP\\Modules\\Shortcode' => 'modules/class-shortcode.php',
'VSP\\Modules\\System_Logs' => 'modules/class-system-logs.php',
'VSP\\Modules\\System_Tools' => 'modules/class-system-tools.php',
'VSP\\Modules\\WPOnion' => 'modules/class-wponion.php',
'VSP\\Modules\\Logger\\File_Handler' => 'modules/logger/class-file-handler.php',
'VSP\\Modules\\Logger\\Levels' => 'modules/logger/class-levels.php',
);