From 2e3030494f444b2dd82df160045ca6dc5f9de24d Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Fri, 23 Feb 2024 12:01:31 -0500 Subject: [PATCH] remove atomic id constant and atomic constant --- bootstrap.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bootstrap.php b/bootstrap.php index 40ed9820e..6611d406e 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -33,8 +33,7 @@ $bluehost_module_container = new Container(); // Test adding wp-cloud constants -define( 'IS_ATOMIC', true ); -define( 'ATOMIC_CLIENT_ID', '2' ); +// define( 'IS_ATOMIC', true ); // Context setup add_action(