From b0478ae2c7e5b94b93ebc6b471dbd5a3b5abd07f Mon Sep 17 00:00:00 2001 From: Boone B Gorges Date: Wed, 4 Sep 2024 19:14:16 -0500 Subject: [PATCH] Whitelist tablepress-premium for /tc2/. See #3427. --- wp-content/mu-plugins/openlab-plugin-management.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wp-content/mu-plugins/openlab-plugin-management.php b/wp-content/mu-plugins/openlab-plugin-management.php index 6068ff0d81..6c4043449f 100644 --- a/wp-content/mu-plugins/openlab-plugin-management.php +++ b/wp-content/mu-plugins/openlab-plugin-management.php @@ -177,6 +177,9 @@ function openlab_hide_plugins( $plugins ) { 'openlab-comd-gform.php' => array( 14428, // gracegallery - http://redmine.citytech.cuny.edu/issues/2692#change-18693 ), + 'tablepress-premium/tablepress.php' => [ + 17391, // tc2 - http://redmine.citytech.cuny.edu/issues/3427 + ], 'ultimate-responsive-image-slider/ultimate-responsive-image-slider.php' => [ 8100, // bmi - http://redmine.citytech.cuny.edu/issues/3100 ],