| @@ -53,14 +53,8 @@ | ||
| 53 | 53 | * @since 2.2.2 |
| 54 | 54 | */ |
| 55 | 55 | public function maybe_configure_cache_plugins() { |
| 56 | 56 | |
| 57 | - // Bail if Restrict Content is disabled. | |
| 58 | - $restrict_content_settings = new ConvertKit_Settings_Restrict_Content(); | |
| 59 | - if ( ! $restrict_content_settings->enabled() ) { | |
| 60 | - return; | |
| 61 | - } | |
| 62 | - | |
| 63 | 57 | $this->litespeed_cache(); |
| 64 | 58 | $this->w3_total_cache(); |
| 65 | 59 | $this->wp_fastest_cache(); |
| 66 | 60 | $this->wp_optimize(); |