| @@ -19,9 +19,9 @@ | ||
| 19 | 19 | |
| 20 | 20 | use BerqWP\BerqWP; |
| 21 | 21 | |
| 22 | 22 | // Initialize BerqWP SDK |
| 23 | -require_once optifer_PATH . '/BerqWP/vendor/autoload.php'; | |
| 23 | +require_once optifer_PATH . '/BerqWP/vendor-prefixed/vendor/scoper-autoload.php'; | |
| 24 | 24 | |
| 25 | 25 | // Load functions |
| 26 | 26 | require_once optifer_PATH . '/inc/helper-functions.php'; |
| 27 | 27 | |
| @@ -54,8 +54,9 @@ | ||
| 54 | 54 | delete_option('berqwp_sync_addons'); |
| 55 | 55 | delete_option('berqwp_can_use_fluid_images'); |
| 56 | 56 | delete_option('berqwp_preload_yt_poster'); |
| 57 | 57 | delete_option('berqwp_enable_critical_css'); |
| 58 | + delete_option('berqwp_enable_used_css'); | |
| 58 | 59 | delete_option('berqwp_async_excluded_styles'); |
| 59 | 60 | delete_option('berqwp_delay_third_party_scripts'); |
| 60 | 61 | delete_option('berqwp_lazy_render'); |
| 61 | 62 | delete_option('berqwp_enable_webp'); |
| @@ -67,8 +68,9 @@ | ||
| 67 | 68 | delete_option('berqwp_exclude_css'); |
| 68 | 69 | delete_option('berq_exclude_cdn'); |
| 69 | 70 | delete_option('berq_css_optimization'); |
| 70 | 71 | delete_option('berq_js_optimization'); |
| 72 | + delete_option('berqwp_recently_optimized'); | |
| 71 | 73 | } |
| 72 | 74 | |
| 73 | 75 | if (is_multisite()) { |
| 74 | 76 | // Purge external caches using the network license key |