| @@ -3,26 +3,97 @@ | ||
| 3 | 3 | // autoload_static.php @generated by Composer |
| 4 | 4 | |
| 5 | 5 | namespace Composer\Autoload; |
| 6 | 6 | |
| 7 | -class ComposerStaticInitad65d966a50af80832671dac9bb81d57 | |
| 7 | +class ComposerStaticInitc576ef4c80eace95c341aa84f2fd27d4 | |
| 8 | 8 | { |
| 9 | 9 | public static $prefixLengthsPsr4 = array ( |
| 10 | - 'R' => | |
| 10 | + 'R' => | |
| 11 | 11 | array ( |
| 12 | 12 | 'RadiusTheme\\SB\\' => 15, |
| 13 | 13 | ), |
| 14 | + 'M' => | |
| 15 | + array ( | |
| 16 | + 'MatthiasMullie\\PathConverter\\' => 29, | |
| 17 | + 'MatthiasMullie\\Minify\\' => 22, | |
| 18 | + ), | |
| 19 | + 'C' => | |
| 20 | + array ( | |
| 21 | + 'CodesVault\\Howdyqb\\' => 19, | |
| 22 | + ), | |
| 14 | 23 | ); |
| 15 | 24 | |
| 16 | 25 | public static $prefixDirsPsr4 = array ( |
| 17 | - 'RadiusTheme\\SB\\' => | |
| 26 | + 'RadiusTheme\\SB\\' => | |
| 18 | 27 | array ( |
| 19 | 28 | 0 => __DIR__ . '/../..' . '/app', |
| 20 | 29 | ), |
| 30 | + 'MatthiasMullie\\PathConverter\\' => | |
| 31 | + array ( | |
| 32 | + 0 => __DIR__ . '/..' . '/matthiasmullie/path-converter/src', | |
| 33 | + ), | |
| 34 | + 'MatthiasMullie\\Minify\\' => | |
| 35 | + array ( | |
| 36 | + 0 => __DIR__ . '/..' . '/matthiasmullie/minify/src', | |
| 37 | + ), | |
| 38 | + 'CodesVault\\Howdyqb\\' => | |
| 39 | + array ( | |
| 40 | + 0 => __DIR__ . '/..' . '/codesvault/howdy-qb/src', | |
| 41 | + ), | |
| 21 | 42 | ); |
| 22 | 43 | |
| 23 | 44 | public static $classMap = array ( |
| 45 | + 'CodesVault\\Howdyqb\\Api\\AlterInterface' => __DIR__ . '/..' . '/codesvault/howdy-qb/src/Api/AlterInterface.php', | |
| 46 | + 'CodesVault\\Howdyqb\\Api\\CreateInterface' => __DIR__ . '/..' . '/codesvault/howdy-qb/src/Api/CreateInterface.php', | |
| 47 | + 'CodesVault\\Howdyqb\\Api\\DeleteInterface' => __DIR__ . '/..' . '/codesvault/howdy-qb/src/Api/DeleteInterface.php', | |
| 48 | + 'CodesVault\\Howdyqb\\Api\\SelectInterface' => __DIR__ . '/..' . '/codesvault/howdy-qb/src/Api/SelectInterface.php', | |
| 49 | + 'CodesVault\\Howdyqb\\Api\\TableInterface' => __DIR__ . '/..' . '/codesvault/howdy-qb/src/Api/TableInterface.php', | |
| 50 | + 'CodesVault\\Howdyqb\\Api\\UpdateInterface' => __DIR__ . '/..' . '/codesvault/howdy-qb/src/Api/UpdateInterface.php', | |
| 51 | + 'CodesVault\\Howdyqb\\Api\\WhereClauseInterface' => __DIR__ . '/..' . '/codesvault/howdy-qb/src/Api/WhereClauseInterface.php', | |
| 52 | + 'CodesVault\\Howdyqb\\Clause\\JoinClause' => __DIR__ . '/..' . '/codesvault/howdy-qb/src/Clause/JoinClause.php', | |
| 53 | + 'CodesVault\\Howdyqb\\Clause\\SqlCore' => __DIR__ . '/..' . '/codesvault/howdy-qb/src/Clause/SqlCore.php', | |
| 54 | + 'CodesVault\\Howdyqb\\Clause\\SubQuery' => __DIR__ . '/..' . '/codesvault/howdy-qb/src/Clause/SubQuery.php', | |
| 55 | + 'CodesVault\\Howdyqb\\Clause\\WhereClause' => __DIR__ . '/..' . '/codesvault/howdy-qb/src/Clause/WhereClause.php', | |
| 56 | + 'CodesVault\\Howdyqb\\Connect' => __DIR__ . '/..' . '/codesvault/howdy-qb/src/Connect.php', | |
| 57 | + 'CodesVault\\Howdyqb\\DB' => __DIR__ . '/..' . '/codesvault/howdy-qb/src/DB.php', | |
| 58 | + 'CodesVault\\Howdyqb\\QueryFactory' => __DIR__ . '/..' . '/codesvault/howdy-qb/src/QueryFactory.php', | |
| 59 | + 'CodesVault\\Howdyqb\\SqlGenerator' => __DIR__ . '/..' . '/codesvault/howdy-qb/src/SqlGenerator.php', | |
| 60 | + 'CodesVault\\Howdyqb\\Statement\\Alter' => __DIR__ . '/..' . '/codesvault/howdy-qb/src/Statement/Alter.php', | |
| 61 | + 'CodesVault\\Howdyqb\\Statement\\Create' => __DIR__ . '/..' . '/codesvault/howdy-qb/src/Statement/Create.php', | |
| 62 | + 'CodesVault\\Howdyqb\\Statement\\Delete' => __DIR__ . '/..' . '/codesvault/howdy-qb/src/Statement/Delete.php', | |
| 63 | + 'CodesVault\\Howdyqb\\Statement\\Insert' => __DIR__ . '/..' . '/codesvault/howdy-qb/src/Statement/Insert.php', | |
| 64 | + 'CodesVault\\Howdyqb\\Statement\\Select' => __DIR__ . '/..' . '/codesvault/howdy-qb/src/Statement/Select.php', | |
| 65 | + 'CodesVault\\Howdyqb\\Statement\\Table' => __DIR__ . '/..' . '/codesvault/howdy-qb/src/Statement/Table.php', | |
| 66 | + 'CodesVault\\Howdyqb\\Statement\\Update' => __DIR__ . '/..' . '/codesvault/howdy-qb/src/Statement/Update.php', | |
| 67 | + 'CodesVault\\Howdyqb\\Utilities' => __DIR__ . '/..' . '/codesvault/howdy-qb/src/Utilities.php', | |
| 68 | + 'CodesVault\\Howdyqb\\Validation\\IdentifierValidator' => __DIR__ . '/..' . '/codesvault/howdy-qb/src/Validation/IdentifierValidator.php', | |
| 24 | 69 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 70 | + 'MatthiasMullie\\Minify\\CSS' => __DIR__ . '/..' . '/matthiasmullie/minify/src/CSS.php', | |
| 71 | + 'MatthiasMullie\\Minify\\Exception' => __DIR__ . '/..' . '/matthiasmullie/minify/src/Exception.php', | |
| 72 | + 'MatthiasMullie\\Minify\\Exceptions\\BasicException' => __DIR__ . '/..' . '/matthiasmullie/minify/src/Exceptions/BasicException.php', | |
| 73 | + 'MatthiasMullie\\Minify\\Exceptions\\FileImportException' => __DIR__ . '/..' . '/matthiasmullie/minify/src/Exceptions/FileImportException.php', | |
| 74 | + 'MatthiasMullie\\Minify\\Exceptions\\IOException' => __DIR__ . '/..' . '/matthiasmullie/minify/src/Exceptions/IOException.php', | |
| 75 | + 'MatthiasMullie\\Minify\\Exceptions\\PatternMatchException' => __DIR__ . '/..' . '/matthiasmullie/minify/src/Exceptions/PatternMatchException.php', | |
| 76 | + 'MatthiasMullie\\Minify\\JS' => __DIR__ . '/..' . '/matthiasmullie/minify/src/JS.php', | |
| 77 | + 'MatthiasMullie\\Minify\\Minify' => __DIR__ . '/..' . '/matthiasmullie/minify/src/Minify.php', | |
| 78 | + 'MatthiasMullie\\PathConverter\\Converter' => __DIR__ . '/..' . '/matthiasmullie/path-converter/src/Converter.php', | |
| 79 | + 'MatthiasMullie\\PathConverter\\ConverterInterface' => __DIR__ . '/..' . '/matthiasmullie/path-converter/src/ConverterInterface.php', | |
| 80 | + 'MatthiasMullie\\PathConverter\\NoConverter' => __DIR__ . '/..' . '/matthiasmullie/path-converter/src/NoConverter.php', | |
| 81 | + 'RadiusTheme\\SB\\AI\\AIFns' => __DIR__ . '/../..' . '/app/AI/AIFns.php', | |
| 82 | + 'RadiusTheme\\SB\\AI\\AIServices\\AIClients\\DeepSeekClient' => __DIR__ . '/../..' . '/app/AI/AIServices/AIClients/DeepSeekClient.php', | |
| 83 | + 'RadiusTheme\\SB\\AI\\AIServices\\AIClients\\GeminiClient' => __DIR__ . '/../..' . '/app/AI/AIServices/AIClients/GeminiClient.php', | |
| 84 | + 'RadiusTheme\\SB\\AI\\AIServices\\AIClients\\OpenAIClient' => __DIR__ . '/../..' . '/app/AI/AIServices/AIClients/OpenAIClient.php', | |
| 85 | + 'RadiusTheme\\SB\\AI\\AIServices\\DeepSeekAdapter' => __DIR__ . '/../..' . '/app/AI/AIServices/DeepSeekAdapter.php', | |
| 86 | + 'RadiusTheme\\SB\\AI\\AIServices\\GeminiAdapter' => __DIR__ . '/../..' . '/app/AI/AIServices/GeminiAdapter.php', | |
| 87 | + 'RadiusTheme\\SB\\AI\\AIServices\\Interface\\AIServiceInterface' => __DIR__ . '/../..' . '/app/AI/AIServices/Interface/AIServiceInterface.php', | |
| 88 | + 'RadiusTheme\\SB\\AI\\AIServices\\OpenAIAdapter' => __DIR__ . '/../..' . '/app/AI/AIServices/OpenAIAdapter.php', | |
| 89 | + 'RadiusTheme\\SB\\AI\\AIinit' => __DIR__ . '/../..' . '/app/AI/AIinit.php', | |
| 90 | + 'RadiusTheme\\SB\\AI\\AiController' => __DIR__ . '/../..' . '/app/AI/AiController.php', | |
| 91 | + 'RadiusTheme\\SB\\AI\\Ajax\\AjaxAI' => __DIR__ . '/../..' . '/app/AI/Ajax/AjaxAI.php', | |
| 92 | + 'RadiusTheme\\SB\\AI\\DB\\AIDB' => __DIR__ . '/../..' . '/app/AI/DB/AIDB.php', | |
| 93 | + 'RadiusTheme\\SB\\AI\\DB\\CreateTableForAi' => __DIR__ . '/../..' . '/app/AI/DB/CreateTableForAi.php', | |
| 94 | + 'RadiusTheme\\SB\\AI\\Embedding\\DataEmbedding' => __DIR__ . '/../..' . '/app/AI/Embedding/DataEmbedding.php', | |
| 95 | + 'RadiusTheme\\SB\\AI\\MetaBoxScripts' => __DIR__ . '/../..' . '/app/AI/MetaBoxScripts.php', | |
| 25 | 96 | 'RadiusTheme\\SB\\Abstracts\\AbsSettings' => __DIR__ . '/../..' . '/app/Abstracts/AbsSettings.php', |
| 26 | 97 | 'RadiusTheme\\SB\\Abstracts\\AdditionalQueryCustomLayout' => __DIR__ . '/../..' . '/app/Abstracts/AdditionalQueryCustomLayout.php', |
| 27 | 98 | 'RadiusTheme\\SB\\Abstracts\\Api' => __DIR__ . '/../..' . '/app/Abstracts/Api.php', |
| 28 | 99 | 'RadiusTheme\\SB\\Abstracts\\Discount' => __DIR__ . '/../..' . '/app/Abstracts/Discount.php', |
| @@ -32,12 +103,14 @@ | ||
| 32 | 103 | 'RadiusTheme\\SB\\Controllers\\Admin\\Ajax\\AdminSettings' => __DIR__ . '/../..' . '/app/Controllers/Admin/Ajax/AdminSettings.php', |
| 33 | 104 | 'RadiusTheme\\SB\\Controllers\\Admin\\Ajax\\CreateTemplate' => __DIR__ . '/../..' . '/app/Controllers/Admin/Ajax/CreateTemplate.php', |
| 34 | 105 | 'RadiusTheme\\SB\\Controllers\\Admin\\Ajax\\DefaultTemplate' => __DIR__ . '/../..' . '/app/Controllers/Admin/Ajax/DefaultTemplate.php', |
| 35 | 106 | 'RadiusTheme\\SB\\Controllers\\Admin\\Ajax\\ModalTemplate' => __DIR__ . '/../..' . '/app/Controllers/Admin/Ajax/ModalTemplate.php', |
| 36 | - 'RadiusTheme\\SB\\Controllers\\Admin\\Notice\\EarlyBirdDiscount' => __DIR__ . '/../..' . '/app/Controllers/Admin/Notice/EarlyBirdDiscount.php', | |
| 107 | + 'RadiusTheme\\SB\\Controllers\\Admin\\Notice\\BFDiscount' => __DIR__ . '/../..' . '/app/Controllers/Admin/Notice/BFDiscount.php', | |
| 108 | + 'RadiusTheme\\SB\\Controllers\\Admin\\Notice\\BlackFridayV2' => __DIR__ . '/../..' . '/app/Controllers/Admin/Notice/BlackFridayV2.php', | |
| 37 | 109 | 'RadiusTheme\\SB\\Controllers\\Admin\\Notice\\Review' => __DIR__ . '/../..' . '/app/Controllers/Admin/Notice/Review.php', |
| 38 | 110 | 'RadiusTheme\\SB\\Controllers\\Admin\\Notice\\Upgrade' => __DIR__ . '/../..' . '/app/Controllers/Admin/Notice/Upgrade.php', |
| 39 | 111 | 'RadiusTheme\\SB\\Controllers\\Admin\\PluginRow' => __DIR__ . '/../..' . '/app/Controllers/Admin/PluginRow.php', |
| 112 | + 'RadiusTheme\\SB\\Controllers\\AssetRegistry' => __DIR__ . '/../..' . '/app/Controllers/AssetRegistry.php', | |
| 40 | 113 | 'RadiusTheme\\SB\\Controllers\\AssetsController' => __DIR__ . '/../..' . '/app/Controllers/AssetsController.php', |
| 41 | 114 | 'RadiusTheme\\SB\\Controllers\\BuilderController' => __DIR__ . '/../..' . '/app/Controllers/BuilderController.php', |
| 42 | 115 | 'RadiusTheme\\SB\\Controllers\\Builder\\BuilderCpt' => __DIR__ . '/../..' . '/app/Controllers/Builder/BuilderCpt.php', |
| 43 | 116 | 'RadiusTheme\\SB\\Controllers\\CacheController' => __DIR__ . '/../..' . '/app/Controllers/CacheController.php', |
| @@ -43,8 +116,9 @@ | ||
| 43 | 116 | 'RadiusTheme\\SB\\Controllers\\CacheController' => __DIR__ . '/../..' . '/app/Controllers/CacheController.php', |
| 44 | 117 | 'RadiusTheme\\SB\\Controllers\\Dependencies' => __DIR__ . '/../..' . '/app/Controllers/Dependencies.php', |
| 45 | 118 | 'RadiusTheme\\SB\\Controllers\\Frontend\\Ajax\\AddToCart' => __DIR__ . '/../..' . '/app/Controllers/Frontend/Ajax/AddToCart.php', |
| 46 | 119 | 'RadiusTheme\\SB\\Controllers\\Frontend\\Ajax\\AjaxLogin' => __DIR__ . '/../..' . '/app/Controllers/Frontend/Ajax/AjaxLogin.php', |
| 120 | + 'RadiusTheme\\SB\\Controllers\\Frontend\\Ajax\\UpdateCheckoutSection' => __DIR__ . '/../..' . '/app/Controllers/Frontend/Ajax/UpdateCheckoutSection.php', | |
| 47 | 121 | 'RadiusTheme\\SB\\Controllers\\Hooks\\ActionHooks' => __DIR__ . '/../..' . '/app/Controllers/Hooks/ActionHooks.php', |
| 48 | 122 | 'RadiusTheme\\SB\\Controllers\\Hooks\\BuilderHooks' => __DIR__ . '/../..' . '/app/Controllers/Hooks/BuilderHooks.php', |
| 49 | 123 | 'RadiusTheme\\SB\\Controllers\\Hooks\\FilterHooks' => __DIR__ . '/../..' . '/app/Controllers/Hooks/FilterHooks.php', |
| 50 | 124 | 'RadiusTheme\\SB\\Controllers\\PluginsSupport\\AddifyVisibilityByRoles' => __DIR__ . '/../..' . '/app/Controllers/PluginsSupport/AddifyVisibilityByRoles.php', |
| @@ -63,14 +137,17 @@ | ||
| 63 | 137 | 'RadiusTheme\\SB\\Elementor\\Controls\\ImageSelectorControl' => __DIR__ . '/../..' . '/app/Elementor/Controls/ImageSelectorControl.php', |
| 64 | 138 | 'RadiusTheme\\SB\\Elementor\\Controls\\Select2AjaxControl' => __DIR__ . '/../..' . '/app/Elementor/Controls/Select2AjaxControl.php', |
| 65 | 139 | 'RadiusTheme\\SB\\Elementor\\Helper\\ControlHelper' => __DIR__ . '/../..' . '/app/Elementor/Helper/ControlHelper.php', |
| 66 | 140 | 'RadiusTheme\\SB\\Elementor\\Helper\\ControlSelectors' => __DIR__ . '/../..' . '/app/Elementor/Helper/ControlSelectors.php', |
| 141 | + 'RadiusTheme\\SB\\Elementor\\Helper\\PostHelpers' => __DIR__ . '/../..' . '/app/Elementor/Helper/PostHelpers.php', | |
| 67 | 142 | 'RadiusTheme\\SB\\Elementor\\Helper\\RenderHelpers' => __DIR__ . '/../..' . '/app/Elementor/Helper/RenderHelpers.php', |
| 143 | + 'RadiusTheme\\SB\\Elementor\\Render\\GeneralAddons' => __DIR__ . '/../..' . '/app/Elementor/Render/GeneralAddons.php', | |
| 68 | 144 | 'RadiusTheme\\SB\\Elementor\\Render\\Render' => __DIR__ . '/../..' . '/app/Elementor/Render/Render.php', |
| 69 | 145 | 'RadiusTheme\\SB\\Elementor\\Widgets\\Archive\\ArchiveDescription' => __DIR__ . '/../..' . '/app/Elementor/Widgets/Archive/ArchiveDescription.php', |
| 70 | 146 | 'RadiusTheme\\SB\\Elementor\\Widgets\\Archive\\ArchiveProductMode' => __DIR__ . '/../..' . '/app/Elementor/Widgets/Archive/ArchiveProductMode.php', |
| 71 | 147 | 'RadiusTheme\\SB\\Elementor\\Widgets\\Archive\\ArchiveResultCount' => __DIR__ . '/../..' . '/app/Elementor/Widgets/Archive/ArchiveResultCount.php', |
| 72 | 148 | 'RadiusTheme\\SB\\Elementor\\Widgets\\Archive\\ArchiveTitle' => __DIR__ . '/../..' . '/app/Elementor/Widgets/Archive/ArchiveTitle.php', |
| 149 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\Archive\\ProductFilters' => __DIR__ . '/../..' . '/app/Elementor/Widgets/Archive/ProductFilters.php', | |
| 73 | 150 | 'RadiusTheme\\SB\\Elementor\\Widgets\\Archive\\ProductsArchive' => __DIR__ . '/../..' . '/app/Elementor/Widgets/Archive/ProductsArchive.php', |
| 74 | 151 | 'RadiusTheme\\SB\\Elementor\\Widgets\\Archive\\ProductsArchiveCustom' => __DIR__ . '/../..' . '/app/Elementor/Widgets/Archive/ProductsArchiveCustom.php', |
| 75 | 152 | 'RadiusTheme\\SB\\Elementor\\Widgets\\Archive\\ProductsOrdering' => __DIR__ . '/../..' . '/app/Elementor/Widgets/Archive/ProductsOrdering.php', |
| 76 | 153 | 'RadiusTheme\\SB\\Elementor\\Widgets\\Cart\\CartTable' => __DIR__ . '/../..' . '/app/Elementor/Widgets/Cart/CartTable.php', |
| @@ -109,8 +186,9 @@ | ||
| 109 | 186 | 'RadiusTheme\\SB\\Elementor\\Widgets\\Controls\\NoticeSettings' => __DIR__ . '/../..' . '/app/Elementor/Widgets/Controls/NoticeSettings.php', |
| 110 | 187 | 'RadiusTheme\\SB\\Elementor\\Widgets\\Controls\\OrderReviewSettings' => __DIR__ . '/../..' . '/app/Elementor/Widgets/Controls/OrderReviewSettings.php', |
| 111 | 188 | 'RadiusTheme\\SB\\Elementor\\Widgets\\Controls\\OrderReviewTableSettings' => __DIR__ . '/../..' . '/app/Elementor/Widgets/Controls/OrderReviewTableSettings.php', |
| 112 | 189 | 'RadiusTheme\\SB\\Elementor\\Widgets\\Controls\\PriceSettings' => __DIR__ . '/../..' . '/app/Elementor/Widgets/Controls/PriceSettings.php', |
| 190 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\Controls\\ProductFilterSettings' => __DIR__ . '/../..' . '/app/Elementor/Widgets/Controls/ProductFilterSettings.php', | |
| 113 | 191 | 'RadiusTheme\\SB\\Elementor\\Widgets\\Controls\\ProductFlashSale' => __DIR__ . '/../..' . '/app/Elementor/Widgets/Controls/ProductFlashSale.php', |
| 114 | 192 | 'RadiusTheme\\SB\\Elementor\\Widgets\\Controls\\ProductImagesSettings' => __DIR__ . '/../..' . '/app/Elementor/Widgets/Controls/ProductImagesSettings.php', |
| 115 | 193 | 'RadiusTheme\\SB\\Elementor\\Widgets\\Controls\\ProductShareSettings' => __DIR__ . '/../..' . '/app/Elementor/Widgets/Controls/ProductShareSettings.php', |
| 116 | 194 | 'RadiusTheme\\SB\\Elementor\\Widgets\\Controls\\ProductTabsSettings' => __DIR__ . '/../..' . '/app/Elementor/Widgets/Controls/ProductTabsSettings.php', |
| @@ -128,9 +206,57 @@ | ||
| 128 | 206 | 'RadiusTheme\\SB\\Elementor\\Widgets\\Controls\\TableSettings' => __DIR__ . '/../..' . '/app/Elementor/Widgets/Controls/TableSettings.php', |
| 129 | 207 | 'RadiusTheme\\SB\\Elementor\\Widgets\\Controls\\TextStyleSettings' => __DIR__ . '/../..' . '/app/Elementor/Widgets/Controls/TextStyleSettings.php', |
| 130 | 208 | 'RadiusTheme\\SB\\Elementor\\Widgets\\Controls\\TitleSettings' => __DIR__ . '/../..' . '/app/Elementor/Widgets/Controls/TitleSettings.php', |
| 131 | 209 | 'RadiusTheme\\SB\\Elementor\\Widgets\\Controls\\WishlistSettings' => __DIR__ . '/../..' . '/app/Elementor/Widgets/Controls/WishlistSettings.php', |
| 210 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\AdvancedHeading\\AdvancedHeading' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/AdvancedHeading/AdvancedHeading.php', | |
| 211 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\AdvancedHeading\\Controls' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/AdvancedHeading/Controls.php', | |
| 212 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\AdvancedHeading\\Render' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/AdvancedHeading/Render.php', | |
| 213 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\AdvancedHeading\\Selectors' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/AdvancedHeading/Selectors.php', | |
| 214 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\CallToAction\\CallToAction' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/CallToAction/CallToAction.php', | |
| 215 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\CallToAction\\Controls' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/CallToAction/Controls.php', | |
| 216 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\CallToAction\\Render' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/CallToAction/Render.php', | |
| 217 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\CallToAction\\Selectors' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/CallToAction/Selectors.php', | |
| 218 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\CountDown\\Controls' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/CountDown/Controls.php', | |
| 219 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\CountDown\\CountDown' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/CountDown/CountDown.php', | |
| 220 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\CountDown\\Render' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/CountDown/Render.php', | |
| 221 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\CountDown\\Selectors' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/CountDown/Selectors.php', | |
| 222 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\Counter\\Controls' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/Counter/Controls.php', | |
| 223 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\Counter\\Counter' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/Counter/Counter.php', | |
| 224 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\Counter\\Render' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/Counter/Render.php', | |
| 225 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\Counter\\Selectors' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/Counter/Selectors.php', | |
| 226 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\DropCaps\\Controls' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/DropCaps/Controls.php', | |
| 227 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\DropCaps\\DropCaps' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/DropCaps/DropCaps.php', | |
| 228 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\DropCaps\\Render' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/DropCaps/Render.php', | |
| 229 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\DropCaps\\Selectors' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/DropCaps/Selectors.php', | |
| 230 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\FlipBox\\Controls' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/FlipBox/Controls.php', | |
| 231 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\FlipBox\\FlipBox' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/FlipBox/FlipBox.php', | |
| 232 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\FlipBox\\Render' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/FlipBox/Render.php', | |
| 233 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\FlipBox\\Selectors' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/FlipBox/Selectors.php', | |
| 234 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\ImageAccordion\\Controls' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/ImageAccordion/Controls.php', | |
| 235 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\ImageAccordion\\ImageAccordion' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/ImageAccordion/ImageAccordion.php', | |
| 236 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\ImageAccordion\\Render' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/ImageAccordion/Render.php', | |
| 237 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\ImageAccordion\\Selectors' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/ImageAccordion/Selectors.php', | |
| 238 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\InfoBox\\Controls' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/InfoBox/Controls.php', | |
| 239 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\InfoBox\\InfoBox' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/InfoBox/InfoBox.php', | |
| 240 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\InfoBox\\Render' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/InfoBox/Render.php', | |
| 241 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\InfoBox\\Selectors' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/InfoBox/Selectors.php', | |
| 242 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\LogoSliderAndGrid\\Controls' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/LogoSliderAndGrid/Controls.php', | |
| 243 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\LogoSliderAndGrid\\LogoSliderAndGrid' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/LogoSliderAndGrid/LogoSliderAndGrid.php', | |
| 244 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\LogoSliderAndGrid\\Render' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/LogoSliderAndGrid/Render.php', | |
| 245 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\LogoSliderAndGrid\\Selectors' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/LogoSliderAndGrid/Selectors.php', | |
| 132 | 246 | 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\Notice' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/Notice.php', |
| 247 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\PostGrid\\Controls' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/PostGrid/Controls.php', | |
| 248 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\PostGrid\\PostGrid' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/PostGrid/PostGrid.php', | |
| 249 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\PostGrid\\Render' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/PostGrid/Render.php', | |
| 250 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\PostGrid\\Selectors' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/PostGrid/Selectors.php', | |
| 251 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\PostList\\Controls' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/PostList/Controls.php', | |
| 252 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\PostList\\PostList' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/PostList/PostList.php', | |
| 253 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\PostList\\Render' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/PostList/Render.php', | |
| 254 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\PostList\\Selectors' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/PostList/Selectors.php', | |
| 255 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\PricingTable\\Controls' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/PricingTable/Controls.php', | |
| 256 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\PricingTable\\PricingTable' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/PricingTable/PricingTable.php', | |
| 257 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\PricingTable\\Render' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/PricingTable/Render.php', | |
| 258 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\PricingTable\\Selectors' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/PricingTable/Selectors.php', | |
| 133 | 259 | 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\ProductBreadcrumbs' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/ProductBreadcrumbs.php', |
| 134 | 260 | 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\ProductCategories' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/ProductCategories.php', |
| 135 | 261 | 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\ProductsGrid' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/ProductsGrid.php', |
| 136 | 262 | 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\ProductsList' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/ProductsList.php', |
| @@ -135,9 +261,29 @@ | ||
| 135 | 261 | 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\ProductsGrid' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/ProductsGrid.php', |
| 136 | 262 | 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\ProductsList' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/ProductsList.php', |
| 137 | 263 | 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\ProductsSingleCategory' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/ProductsSingleCategory.php', |
| 138 | 264 | 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\ProductsSlider' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/ProductsSlider.php', |
| 265 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\ProgressBar\\Controls' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/ProgressBar/Controls.php', | |
| 266 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\ProgressBar\\ProgressBar' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/ProgressBar/ProgressBar.php', | |
| 267 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\ProgressBar\\Render' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/ProgressBar/Render.php', | |
| 268 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\ProgressBar\\Selectors' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/ProgressBar/Selectors.php', | |
| 269 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\ShopBuilderButton\\Controls' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/ShopBuilderButton/Controls.php', | |
| 270 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\ShopBuilderButton\\Render' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/ShopBuilderButton/Render.php', | |
| 271 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\ShopBuilderButton\\Selectors' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/ShopBuilderButton/Selectors.php', | |
| 272 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\ShopBuilderButton\\ShopBuilderButton' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/ShopBuilderButton/ShopBuilderButton.php', | |
| 273 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\ShopBuilderFaq\\Controls' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/ShopBuilderFaq/Controls.php', | |
| 274 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\ShopBuilderFaq\\Render' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/ShopBuilderFaq/Render.php', | |
| 275 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\ShopBuilderFaq\\Selectors' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/ShopBuilderFaq/Selectors.php', | |
| 276 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\ShopBuilderFaq\\ShopBuilderFaq' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/ShopBuilderFaq/ShopBuilderFaq.php', | |
| 139 | 277 | 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\SocialShare' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/SocialShare.php', |
| 278 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\TeamMember\\Controls' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/TeamMember/Controls.php', | |
| 279 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\TeamMember\\Render' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/TeamMember/Render.php', | |
| 280 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\TeamMember\\Selectors' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/TeamMember/Selectors.php', | |
| 281 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\TeamMember\\TeamMember' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/TeamMember/TeamMember.php', | |
| 282 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\Testimonial\\Controls' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/Testimonial/Controls.php', | |
| 283 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\Testimonial\\Render' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/Testimonial/Render.php', | |
| 284 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\Testimonial\\Selectors' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/Testimonial/Selectors.php', | |
| 285 | + 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\Testimonial\\Testimonial' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/Testimonial/Testimonial.php', | |
| 140 | 286 | 'RadiusTheme\\SB\\Elementor\\Widgets\\General\\Wishlist' => __DIR__ . '/../..' . '/app/Elementor/Widgets/General/Wishlist.php', |
| 141 | 287 | 'RadiusTheme\\SB\\Elementor\\Widgets\\Single\\ActionsButton' => __DIR__ . '/../..' . '/app/Elementor/Widgets/Single/ActionsButton.php', |
| 142 | 288 | 'RadiusTheme\\SB\\Elementor\\Widgets\\Single\\AdditionalInformation' => __DIR__ . '/../..' . '/app/Elementor/Widgets/Single/AdditionalInformation.php', |
| 143 | 289 | 'RadiusTheme\\SB\\Elementor\\Widgets\\Single\\ProductAddToCart' => __DIR__ . '/../..' . '/app/Elementor/Widgets/Single/ProductAddToCart.php', |
| @@ -167,8 +313,9 @@ | ||
| 167 | 313 | 'RadiusTheme\\SB\\Helpers\\ElementorDataMap' => __DIR__ . '/../..' . '/app/Helpers/ElementorDataMap.php', |
| 168 | 314 | 'RadiusTheme\\SB\\Helpers\\Fns' => __DIR__ . '/../..' . '/app/Helpers/Fns.php', |
| 169 | 315 | 'RadiusTheme\\SB\\Helpers\\Installation' => __DIR__ . '/../..' . '/app/Helpers/Installation.php', |
| 170 | 316 | 'RadiusTheme\\SB\\Helpers\\Migration' => __DIR__ . '/../..' . '/app/Helpers/Migration.php', |
| 317 | + 'RadiusTheme\\SB\\Models\\AssetBundler' => __DIR__ . '/../..' . '/app/Models/AssetBundler.php', | |
| 171 | 318 | 'RadiusTheme\\SB\\Models\\Base\\ListModel' => __DIR__ . '/../..' . '/app/Models/Base/ListModel.php', |
| 172 | 319 | 'RadiusTheme\\SB\\Models\\DataModel' => __DIR__ . '/../..' . '/app/Models/DataModel.php', |
| 173 | 320 | 'RadiusTheme\\SB\\Models\\ElementList' => __DIR__ . '/../..' . '/app/Models/ElementList.php', |
| 174 | 321 | 'RadiusTheme\\SB\\Models\\ExtraSettings' => __DIR__ . '/../..' . '/app/Models/ExtraSettings.php', |
| @@ -173,12 +320,34 @@ | ||
| 173 | 320 | 'RadiusTheme\\SB\\Models\\ElementList' => __DIR__ . '/../..' . '/app/Models/ElementList.php', |
| 174 | 321 | 'RadiusTheme\\SB\\Models\\ExtraSettings' => __DIR__ . '/../..' . '/app/Models/ExtraSettings.php', |
| 175 | 322 | 'RadiusTheme\\SB\\Models\\GeneralList' => __DIR__ . '/../..' . '/app/Models/GeneralList.php', |
| 176 | 323 | 'RadiusTheme\\SB\\Models\\ModuleList' => __DIR__ . '/../..' . '/app/Models/ModuleList.php', |
| 324 | + 'RadiusTheme\\SB\\Models\\PostQueryArgs' => __DIR__ . '/../..' . '/app/Models/PostQueryArgs.php', | |
| 177 | 325 | 'RadiusTheme\\SB\\Models\\QueryArgs' => __DIR__ . '/../..' . '/app/Models/QueryArgs.php', |
| 178 | 326 | 'RadiusTheme\\SB\\Models\\ReSizer' => __DIR__ . '/../..' . '/app/Models/ReSizer.php', |
| 179 | 327 | 'RadiusTheme\\SB\\Models\\Settings' => __DIR__ . '/../..' . '/app/Models/Settings.php', |
| 180 | 328 | 'RadiusTheme\\SB\\Models\\TemplateSettings' => __DIR__ . '/../..' . '/app/Models/TemplateSettings.php', |
| 329 | + 'RadiusTheme\\SB\\Modules\\AbandonedCartRecovery\\ApiCartRecovery' => __DIR__ . '/../..' . '/app/Modules/AbandonedCartRecovery/ApiCartRecovery.php', | |
| 330 | + 'RadiusTheme\\SB\\Modules\\AbandonedCartRecovery\\CartAbandonedTracking' => __DIR__ . '/../..' . '/app/Modules/AbandonedCartRecovery/CartAbandonedTracking.php', | |
| 331 | + 'RadiusTheme\\SB\\Modules\\AbandonedCartRecovery\\CartActivity' => __DIR__ . '/../..' . '/app/Modules/AbandonedCartRecovery/CartActivity.php', | |
| 332 | + 'RadiusTheme\\SB\\Modules\\AbandonedCartRecovery\\CartRecoveryAssets' => __DIR__ . '/../..' . '/app/Modules/AbandonedCartRecovery/CartRecoveryAssets.php', | |
| 333 | + 'RadiusTheme\\SB\\Modules\\AbandonedCartRecovery\\CartRecoveryCron' => __DIR__ . '/../..' . '/app/Modules/AbandonedCartRecovery/CartRecoveryCron.php', | |
| 334 | + 'RadiusTheme\\SB\\Modules\\AbandonedCartRecovery\\CartRecoveryDB' => __DIR__ . '/../..' . '/app/Modules/AbandonedCartRecovery/CartRecoveryDB.php', | |
| 335 | + 'RadiusTheme\\SB\\Modules\\AbandonedCartRecovery\\CartRecoveryFns' => __DIR__ . '/../..' . '/app/Modules/AbandonedCartRecovery/CartRecoveryFns.php', | |
| 336 | + 'RadiusTheme\\SB\\Modules\\AbandonedCartRecovery\\CartRecoveryInit' => __DIR__ . '/../..' . '/app/Modules/AbandonedCartRecovery/CartRecoveryInit.php', | |
| 337 | + 'RadiusTheme\\SB\\Modules\\AbandonedCartRecovery\\CartRecoveryOptions' => __DIR__ . '/../..' . '/app/Modules/AbandonedCartRecovery/CartRecoveryOptions.php', | |
| 338 | + 'RadiusTheme\\SB\\Modules\\AbandonedCartRecovery\\CartRecoveryTable' => __DIR__ . '/../..' . '/app/Modules/AbandonedCartRecovery/CartRecoveryTable.php', | |
| 339 | + 'RadiusTheme\\SB\\Modules\\AbandonedCartRecovery\\RecoveryEmail' => __DIR__ . '/../..' . '/app/Modules/AbandonedCartRecovery/RecoveryEmail.php', | |
| 340 | + 'RadiusTheme\\SB\\Modules\\Badges\\Badges' => __DIR__ . '/../..' . '/app/Modules/Badges/Badges.php', | |
| 341 | + 'RadiusTheme\\SB\\Modules\\Badges\\BadgesFns' => __DIR__ . '/../..' . '/app/Modules/Badges/BadgesFns.php', | |
| 342 | + 'RadiusTheme\\SB\\Modules\\Badges\\BadgesFrontEnd' => __DIR__ . '/../..' . '/app/Modules/Badges/BadgesFrontEnd.php', | |
| 343 | + 'RadiusTheme\\SB\\Modules\\CheckoutEditor\\AdditionalFields' => __DIR__ . '/../..' . '/app/Modules/CheckoutEditor/AdditionalFields.php', | |
| 344 | + 'RadiusTheme\\SB\\Modules\\CheckoutEditor\\BillingFields' => __DIR__ . '/../..' . '/app/Modules/CheckoutEditor/BillingFields.php', | |
| 345 | + 'RadiusTheme\\SB\\Modules\\CheckoutEditor\\CheckoutEditorBase' => __DIR__ . '/../..' . '/app/Modules/CheckoutEditor/CheckoutEditorBase.php', | |
| 346 | + 'RadiusTheme\\SB\\Modules\\CheckoutEditor\\CheckoutEditorInit' => __DIR__ . '/../..' . '/app/Modules/CheckoutEditor/CheckoutEditorInit.php', | |
| 347 | + 'RadiusTheme\\SB\\Modules\\CheckoutEditor\\CheckoutFns' => __DIR__ . '/../..' . '/app/Modules/CheckoutEditor/CheckoutFns.php', | |
| 348 | + 'RadiusTheme\\SB\\Modules\\CheckoutEditor\\GeneralCheckout' => __DIR__ . '/../..' . '/app/Modules/CheckoutEditor/GeneralCheckout.php', | |
| 349 | + 'RadiusTheme\\SB\\Modules\\CheckoutEditor\\ShippingFields' => __DIR__ . '/../..' . '/app/Modules/CheckoutEditor/ShippingFields.php', | |
| 181 | 350 | 'RadiusTheme\\SB\\Modules\\Compare\\Compare' => __DIR__ . '/../..' . '/app/Modules/Compare/Compare.php', |
| 182 | 351 | 'RadiusTheme\\SB\\Modules\\Compare\\CompareAdmin' => __DIR__ . '/../..' . '/app/Modules/Compare/CompareAdmin.php', |
| 183 | 352 | 'RadiusTheme\\SB\\Modules\\Compare\\CompareFns' => __DIR__ . '/../..' . '/app/Modules/Compare/CompareFns.php', |
| 184 | 353 | 'RadiusTheme\\SB\\Modules\\Compare\\CompareFrontEnd' => __DIR__ . '/../..' . '/app/Modules/Compare/CompareFrontEnd.php', |
| @@ -186,8 +355,19 @@ | ||
| 186 | 355 | 'RadiusTheme\\SB\\Modules\\Compare\\CompareRouteV1' => __DIR__ . '/../..' . '/app/Modules/Compare/CompareRouteV1.php', |
| 187 | 356 | 'RadiusTheme\\SB\\Modules\\ModuleManager' => __DIR__ . '/../..' . '/app/Modules/ModuleManager.php', |
| 188 | 357 | 'RadiusTheme\\SB\\Modules\\QuickView\\QuickView' => __DIR__ . '/../..' . '/app/Modules/QuickView/QuickView.php', |
| 189 | 358 | 'RadiusTheme\\SB\\Modules\\QuickView\\QuickViewFrontEnd' => __DIR__ . '/../..' . '/app/Modules/QuickView/QuickViewFrontEnd.php', |
| 359 | + 'RadiusTheme\\SB\\Modules\\ShopifyCheckout\\ShopifyCheckout' => __DIR__ . '/../..' . '/app/Modules/ShopifyCheckout/ShopifyCheckout.php', | |
| 360 | + 'RadiusTheme\\SB\\Modules\\ShopifyCheckout\\ShopifyCheckoutFns' => __DIR__ . '/../..' . '/app/Modules/ShopifyCheckout/ShopifyCheckoutFns.php', | |
| 361 | + 'RadiusTheme\\SB\\Modules\\VariationGallery\\GalleryAdmin' => __DIR__ . '/../..' . '/app/Modules/VariationGallery/GalleryAdmin.php', | |
| 362 | + 'RadiusTheme\\SB\\Modules\\VariationGallery\\GalleryFns' => __DIR__ . '/../..' . '/app/Modules/VariationGallery/GalleryFns.php', | |
| 363 | + 'RadiusTheme\\SB\\Modules\\VariationGallery\\GalleryFrontEnd' => __DIR__ . '/../..' . '/app/Modules/VariationGallery/GalleryFrontEnd.php', | |
| 364 | + 'RadiusTheme\\SB\\Modules\\VariationGallery\\VariationGalleryInit' => __DIR__ . '/../..' . '/app/Modules/VariationGallery/VariationGalleryInit.php', | |
| 365 | + 'RadiusTheme\\SB\\Modules\\VariationSwatches\\SwatchesFns' => __DIR__ . '/../..' . '/app/Modules/VariationSwatches/SwatchesFns.php', | |
| 366 | + 'RadiusTheme\\SB\\Modules\\VariationSwatches\\SwatchesHooks' => __DIR__ . '/../..' . '/app/Modules/VariationSwatches/SwatchesHooks.php', | |
| 367 | + 'RadiusTheme\\SB\\Modules\\VariationSwatches\\SwatchesTerms' => __DIR__ . '/../..' . '/app/Modules/VariationSwatches/SwatchesTerms.php', | |
| 368 | + 'RadiusTheme\\SB\\Modules\\VariationSwatches\\TermMeta' => __DIR__ . '/../..' . '/app/Modules/VariationSwatches/TermMeta.php', | |
| 369 | + 'RadiusTheme\\SB\\Modules\\VariationSwatches\\VariationSwatches' => __DIR__ . '/../..' . '/app/Modules/VariationSwatches/VariationSwatches.php', | |
| 190 | 370 | 'RadiusTheme\\SB\\Modules\\WishList\\Wishlist' => __DIR__ . '/../..' . '/app/Modules/WishList/Wishlist.php', |
| 191 | 371 | 'RadiusTheme\\SB\\Modules\\WishList\\WishlistAdmin' => __DIR__ . '/../..' . '/app/Modules/WishList/WishlistAdmin.php', |
| 192 | 372 | 'RadiusTheme\\SB\\Modules\\WishList\\WishlistFns' => __DIR__ . '/../..' . '/app/Modules/WishList/WishlistFns.php', |
| 193 | 373 | 'RadiusTheme\\SB\\Modules\\WishList\\WishlistFrontEnd' => __DIR__ . '/../..' . '/app/Modules/WishList/WishlistFrontEnd.php', |
| @@ -192,9 +372,8 @@ | ||
| 192 | 372 | 'RadiusTheme\\SB\\Modules\\WishList\\WishlistFns' => __DIR__ . '/../..' . '/app/Modules/WishList/WishlistFns.php', |
| 193 | 373 | 'RadiusTheme\\SB\\Modules\\WishList\\WishlistFrontEnd' => __DIR__ . '/../..' . '/app/Modules/WishList/WishlistFrontEnd.php', |
| 194 | 374 | 'RadiusTheme\\SB\\Modules\\WishList\\WishlistInstaller' => __DIR__ . '/../..' . '/app/Modules/WishList/WishlistInstaller.php', |
| 195 | 375 | 'RadiusTheme\\SB\\Modules\\WishList\\WishlistRouteV1' => __DIR__ . '/../..' . '/app/Modules/WishList/WishlistRouteV1.php', |
| 196 | - 'RadiusTheme\\SB\\Resources\\Options' => __DIR__ . '/../..' . '/app/Resources/Options.php', | |
| 197 | 376 | 'RadiusTheme\\SB\\ShopBuilder' => __DIR__ . '/../..' . '/app/ShopBuilder.php', |
| 198 | 377 | 'RadiusTheme\\SB\\Traits\\ActionBtnTraits' => __DIR__ . '/../..' . '/app/Traits/ActionBtnTraits.php', |
| 199 | 378 | 'RadiusTheme\\SB\\Traits\\SingletonTrait' => __DIR__ . '/../..' . '/app/Traits/SingletonTrait.php', |
| 200 | 379 | ); |
| @@ -201,11 +380,11 @@ | ||
| 201 | 380 | |
| 202 | 381 | public static function getInitializer(ClassLoader $loader) |
| 203 | 382 | { |
| 204 | 383 | return \Closure::bind(function () use ($loader) { |
| 205 | - $loader->prefixLengthsPsr4 = ComposerStaticInitad65d966a50af80832671dac9bb81d57::$prefixLengthsPsr4; | |
| 206 | - $loader->prefixDirsPsr4 = ComposerStaticInitad65d966a50af80832671dac9bb81d57::$prefixDirsPsr4; | |
| 207 | - $loader->classMap = ComposerStaticInitad65d966a50af80832671dac9bb81d57::$classMap; | |
| 384 | + $loader->prefixLengthsPsr4 = ComposerStaticInitc576ef4c80eace95c341aa84f2fd27d4::$prefixLengthsPsr4; | |
| 385 | + $loader->prefixDirsPsr4 = ComposerStaticInitc576ef4c80eace95c341aa84f2fd27d4::$prefixDirsPsr4; | |
| 386 | + $loader->classMap = ComposerStaticInitc576ef4c80eace95c341aa84f2fd27d4::$classMap; | |
| 208 | 387 | |
| 209 | 388 | }, null, ClassLoader::class); |
| 210 | 389 | } |
| 211 | 390 | } |