From 2ef3b251a16e7865191941a14bc4dcab5e697de7 Mon Sep 17 00:00:00 2001 From: Manzoor Wani Date: Tue, 10 Dec 2024 17:45:03 +0530 Subject: [PATCH] Revert "Enable connections management feature for all sites" This reverts commit 3d17f8b427b47f6e7276db8fca46f349386ecd3b. --- .../wpcomsh/wpcom-features/class-wpcom-features.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/projects/plugins/wpcomsh/wpcom-features/class-wpcom-features.php b/projects/plugins/wpcomsh/wpcom-features/class-wpcom-features.php index e50c986ec5e45..94cb012d150b3 100644 --- a/projects/plugins/wpcomsh/wpcom-features/class-wpcom-features.php +++ b/projects/plugins/wpcomsh/wpcom-features/class-wpcom-features.php @@ -1089,8 +1089,12 @@ class WPCOM_Features { ), ), self::SOCIAL_CONNECTIONS_MANAGEMENT => array( - self::WPCOM_ALL_SITES, - self::JETPACK_ALL_SITES, + array( + // This feature isn't launched yet, so we're ensuring that it's not available on any plans. + 'before' => '1900-01-01', + self::WPCOM_ALL_SITES, + self::JETPACK_ALL_SITES, + ), ), self::SOCIAL_EDITOR_PREVIEW => array( array(