| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * @package FireBox |
| 4 | - * @version 3.1.13 Free | |
| 4 | + * @version 3.1.6 Free | |
| 5 | 5 | * |
| 6 | 6 | * @author FirePlugins <info@fireplugins.com> |
| 7 | 7 | * @link https://www.fireplugins.com |
| 8 | 8 | * @copyright Copyright © 2026 FirePlugins All Rights Reserved |
| @@ -127,9 +127,15 @@ | ||
| 127 | 127 | * @var Log |
| 128 | 128 | */ |
| 129 | 129 | public $log; |
| 130 | 130 | |
| 131 | - | |
| 131 | + /** | |
| 132 | + * PHP Scripts | |
| 133 | + * | |
| 134 | + * @var PHPScripts | |
| 135 | + */ | |
| 136 | + public $phpscripts; | |
| 137 | + #PRO-END | |
| 132 | 138 | |
| 133 | 139 | /** |
| 134 | 140 | * Translations cache |
| 135 | 141 | * |
| @@ -275,12 +281,8 @@ | ||
| 275 | 281 | |
| 276 | 282 | |
| 277 | 283 | // Register Custom Post Type |
| 278 | 284 | new \FireBox\Core\Admin\Includes\Cpts\Firebox(); |
| 279 | - | |
| 280 | - // Keep the campaign-derived caches (box list, "session conditions in use" | |
| 281 | - // flag) in sync with campaign writes | |
| 282 | - \FireBox\Core\Helpers\BoxHelper::registerCacheInvalidation(); | |
| 283 | 285 | |
| 284 | 286 | // Renderer |
| 285 | 287 | $this->renderer = new Renderer(FBOX_LAYOUTS_DIR); |
| 286 | 288 | |