| @@ -34,8 +34,9 @@ | ||
| 34 | 34 | */ |
| 35 | 35 | public function boot(): void |
| 36 | 36 | { |
| 37 | 37 | Wishlist_DB::maybe_create_tables(); |
| 38 | + Wishlist_Settings::maybe_disable_archive_buttons(); | |
| 38 | 39 | $this->service = new Wishlist_Service(); |
| 39 | 40 | $this->renderer = new Wishlist_Renderer($this->service); |
| 40 | 41 | $this->woocommerce = new Wishlist_WooCommerce($this->service, $this->renderer); |
| 41 | 42 | $this->woocommerce->hooks(); |