PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 2.5.9
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v2.5.9
3.4.1 3.4.0 3.3.9 3.3.8 3.3.7 3.3.6 3.3.5 3.3.4 3.3.3 3.3.2 3.3.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 2.3.1 2.3.2 2.3.3 All 194 releases
← All changes | admin/class-convertkit-admin-cache-plugins.php +0 -6 2.2.22.5.9 View file →
@@ -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();